fileinfo: Adjust value in test

Signed-off-by: Anatol Belski <ab@php.net>
This commit is contained in:
Anatol Belski 2021-09-18 22:51:08 +02:00
parent fa96c7e000
commit 0208374ad4
No known key found for this signature in database
GPG Key ID: BCAA30EA9C0D5763

View File

@ -13,7 +13,7 @@ $maxSize = 16 * 1024 * 1024;
$map = array(
131072 => 2097152,
262144 => 2097152,
524288 => 2097152,
524288 => 4194304,
1048576 => 4194304,
2097152 => 6295552,
4194304 => 10493952,