Uh, need this method now, but does it work this way?
[core.git] / inc / config.php
index 6d7e3d34ec42a464aff4d79a329eca3ad1da43a2..a51fb8dfce490b89c9ebc439739113319ae31eaa 100644 (file)
@@ -375,7 +375,22 @@ $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_count', 100);
+$cfg->setConfigEntry('file_stack_pre_allocate_count', 10000);
+
+// CFG: INDEX-INDEX-CLASS
+$cfg->setConfigEntry('file_stack_index_class', 'FileStackIndex');
+
+// CFG: INDEX-PRE-ALLOCATE-ENABLED
+$cfg->setConfigEntry('index_pre_allocate_enabled', 'Y');
+
+// CFG: INDEX-PRE-ALLOCATE-COUNT
+$cfg->setConfigEntry('index_pre_allocate_count', 10000);
+
+// CFG: STACK-FILE-CLASS
+$cfg->setConfigEntry('stack_file_class', 'StackFile');
+
+// CFG: INDEX-FILE-CLASS
+$cfg->setConfigEntry('index_file_class', 'IndexFile');
 
 // [EOF]
 ?>