Home
last modified time | relevance | path

Searched refs:MAX_CHUNK_SIZE (Results 1 – 1 of 1) sorted by relevance

/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DStreamHandler.php29 protected const MAX_CHUNK_SIZE = 2147483647; define in Monolog\\Handler\\StreamHandler
61 …$this->streamChunkSize = min(static::MAX_CHUNK_SIZE, max((int) ($phpMemoryLimit / 10), 100 * 1024)…