]> git.mxchange.org Git - core.git/blobdiff - inc/config.php
Uh, need this method now, but does it work this way?
[core.git] / inc / config.php
index de13385e490c4f48056bac158483c57d52a3310f..a51fb8dfce490b89c9ebc439739113319ae31eaa 100644 (file)
@@ -377,5 +377,20 @@ $cfg->setConfigEntry('file_stack_pre_allocate_enabled', 'Y');
 // CFG: FILE-STACK-PRE-ALLOCATE-COUNT
 $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]
 ?>