From b0aaae1d431a51fb9c20411d1e7aad5791576327 Mon Sep 17 00:00:00 2001 From: Roland Haeder Date: Sun, 18 May 2014 00:44:56 +0200 Subject: [PATCH] Pre-allocate way more ... MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Roland Häder --- inc/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/config.php b/inc/config.php index 6d7e3d34..de13385e 100644 --- a/inc/config.php +++ b/inc/config.php @@ -375,7 +375,7 @@ $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); // [EOF] ?> -- 2.30.2