]> git.mxchange.org Git - core.git/commitdiff
Added missing config entries.
authorRoland Haeder <roland@mxchange.org>
Tue, 20 May 2014 18:56:33 +0000 (20:56 +0200)
committerRoland Haeder <roland@mxchange.org>
Tue, 20 May 2014 18:56:33 +0000 (20:56 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
inc/config.php

index 264b36ccfbd89c14fc9619d7e0f4e91d1d38bcf4..cecc855274a471ce41194394083fc6372680fe5c 100644 (file)
@@ -377,8 +377,14 @@ $cfg->setConfigEntry('file_stack_pre_allocate_enabled', 'Y');
 // CFG: FILE-STACK-PRE-ALLOCATE-COUNT
 $cfg->setConfigEntry('file_stack_pre_allocate_count', 10000);
 
-// CFG: FILE-STACK-INDEX-CLASS
+// 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);
+
 // [EOF]
 ?>