X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;ds=inline;f=inc%2Fconfig.php;h=de13385e490c4f48056bac158483c57d52a3310f;hb=b0aaae1d431a51fb9c20411d1e7aad5791576327;hp=b828bb1a25608601e5567cc84d4e9a122e9bb94d;hpb=5c2c855827d5dc90b825d1c88c9aeb76939024d0;p=core.git diff --git a/inc/config.php b/inc/config.php index b828bb1a..de13385e 100644 --- a/inc/config.php +++ b/inc/config.php @@ -368,5 +368,14 @@ $cfg->setConfigEntry('file_raw_output_class', 'FrameworkFileOutputPointer'); // CFG: FILE-INPUT-OUTPUT-CLASS $cfg->setConfigEntry('file_raw_input_output_class', 'FrameworkFileInputOutputPointer'); +// 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); + // [EOF] ?>