MAX_WRITE_BUFFER_SIZE

const val MAX_WRITE_BUFFER_SIZE: Int = 4194304

The maximum transfer size when writing to a file. Attempts to write more bytes than this may be broken down internally into transfers that are this small, possibly recycling the same buffer.