From: Roland Haeder Date: Tue, 20 May 2014 18:56:33 +0000 (+0200) Subject: Added missing config entries. X-Git-Url: https://git.mxchange.org/?p=core.git;a=commitdiff_plain;h=2409d33cf83af806e599ae6b76dbc17bee07c62a Added missing config entries. Signed-off-by: Roland Häder --- 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] ?>