Home
last modified time | relevance | path

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

/webtrees/app/Http/Middleware/
H A DEmitResponse.php47 private const CHUNK_SIZE = 65536; define in Fisharebest\\Webtrees\\Http\\Middleware\\EmitResponse
161 echo $body->read(self::CHUNK_SIZE);
/webtrees/app/Http/RequestHandlers/
H A DDataFixUpdateAll.php46 private const CHUNK_SIZE = 250; define in Fisharebest\\Webtrees\\Http\\RequestHandlers\\DataFixUpdateAll
119 ->chunk(self::CHUNK_SIZE)