From 2409d33cf83af806e599ae6b76dbc17bee07c62a Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Tue, 20 May 2014 20:56:33 +0200 Subject: [PATCH] Added missing config entries. MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- inc/config.php | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/inc/config.php b/inc/config.php index 264b36cc..cecc8552 100644 --- a/inc/config.php +++ b/inc/config.php @@ -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] ?> -- 2.30.2