X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fconfig.php;h=6d7e3d34ec42a464aff4d79a329eca3ad1da43a2;hp=00fce07e262827e78a38780ca10def459c92ab69;hb=f9cf8e7eb7bc57c332c61e35fbbbc6fae356313b;hpb=7d76fdb47f1becf4677d0953b8830c0f2a427c5f diff --git a/inc/config.php b/inc/config.php index 00fce07e..6d7e3d34 100644 --- a/inc/config.php +++ b/inc/config.php @@ -371,5 +371,11 @@ $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', 100); + // [EOF] ?>