X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fconfig.php;h=cecc855274a471ce41194394083fc6372680fe5c;hb=5be92ee0bc0cba46404a391f569367bf2a2b6292;hp=00fce07e262827e78a38780ca10def459c92ab69;hpb=86efcb137a3a9a692018ace94bbe5057d23b6825;p=core.git diff --git a/inc/config.php b/inc/config.php index 00fce07e..cecc8552 100644 --- a/inc/config.php +++ b/inc/config.php @@ -371,5 +371,20 @@ $cfg->setConfigEntry('file_raw_input_output_class', 'FrameworkFileInputOutputPoi // CFG: FILE-IO-ITERATOR-CLASS $cfg->setConfigEntry('file_io_iterator_class', 'FileIoIterator'); +// CFG: FILE-STACK-PRE-ALLOCATE-ENABLED +$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); + // [EOF] ?>