Pre-allocate way more ...
[core.git] / inc / config.php
index 00fce07e262827e78a38780ca10def459c92ab69..de13385e490c4f48056bac158483c57d52a3310f 100644 (file)
@@ -371,5 +371,11 @@ $cfg->setConfigEntry('file_raw_input_output_class', 'FrameworkFileInputOutputPoi
 // CFG: FILE-IO-ITERATOR-CLASS
 $cfg->setConfigEntry('file_io_iterator_class', 'FileIoIterator');
 
+// CFG: FILE-STACK-PRE-ALLOCATE-ENABLED
+$cfg->setConfigEntry('file_stack_pre_allocate_enabled', 'Y');
+
+// CFG: FILE-STACK-PRE-ALLOCATE-COUNT
+$cfg->setConfigEntry('file_stack_pre_allocate_count', 10000);
+
 // [EOF]
 ?>