mirror of
https://github.com/php/php-src.git
synced 2024-11-27 20:03:40 +08:00
fileinfo: Adjust value in test
Signed-off-by: Anatol Belski <ab@php.net>
This commit is contained in:
parent
fa96c7e000
commit
0208374ad4
@ -13,7 +13,7 @@ $maxSize = 16 * 1024 * 1024;
|
||||
$map = array(
|
||||
131072 => 2097152,
|
||||
262144 => 2097152,
|
||||
524288 => 2097152,
|
||||
524288 => 4194304,
|
||||
1048576 => 4194304,
|
||||
2097152 => 6295552,
|
||||
4194304 => 10493952,
|
||||
|
Loading…
Reference in New Issue
Block a user