]> git.mxchange.org Git - core.git/commitdiff
Pre-allocate way more ...
authorRoland Haeder <roland@mxchange.org>
Sat, 17 May 2014 22:44:56 +0000 (00:44 +0200)
committerRoland Haeder <roland@mxchange.org>
Sat, 17 May 2014 22:44:56 +0000 (00:44 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
inc/config.php

index 6d7e3d34ec42a464aff4d79a329eca3ad1da43a2..de13385e490c4f48056bac158483c57d52a3310f 100644 (file)
@@ -375,7 +375,7 @@ $cfg->setConfigEntry('file_io_iterator_class', 'FileIoIterator');
 $cfg->setConfigEntry('file_stack_pre_allocate_enabled', 'Y');
 
 // CFG: FILE-STACK-PRE-ALLOCATE-COUNT
 $cfg->setConfigEntry('file_stack_pre_allocate_enabled', 'Y');
 
 // CFG: FILE-STACK-PRE-ALLOCATE-COUNT
-$cfg->setConfigEntry('file_stack_pre_allocate_count', 100);
+$cfg->setConfigEntry('file_stack_pre_allocate_count', 10000);
 
 // [EOF]
 ?>
 
 // [EOF]
 ?>