]> git.mxchange.org Git - core.git/blobdiff - inc/config.php
Continued with file-based stacks:
[core.git] / inc / config.php
index b828bb1a25608601e5567cc84d4e9a122e9bb94d..6d7e3d34ec42a464aff4d79a329eca3ad1da43a2 100644 (file)
@@ -368,5 +368,14 @@ $cfg->setConfigEntry('file_raw_output_class', 'FrameworkFileOutputPointer');
 // CFG: FILE-INPUT-OUTPUT-CLASS
 $cfg->setConfigEntry('file_raw_input_output_class', 'FrameworkFileInputOutputPointer');
 
+// 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', 100);
+
 // [EOF]
 ?>