X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fconfig.php;h=441e0caf3043e3538fe73fa3030afd26791e4543;hb=e2223f8fd92a3f8c7ae947e195f166b87cbb6413;hp=73dc39421163033439c561a3fd5d4b3ca513ab2d;hpb=8cc44455576c4ee3145803229bf1d80e17d1eb85;p=core.git diff --git a/inc/config.php b/inc/config.php index 73dc3942..441e0caf 100644 --- a/inc/config.php +++ b/inc/config.php @@ -320,5 +320,14 @@ $cfg->setConfigEntry('stacker_generic_max_size', 100); // CFG: STACKER-CURRENT-NODE-MAX-SIZE $cfg->setConfigEntry('stacker_current_node_max_size', 20); +// CFG: LOCAL-FILE-DATABASE-CLASS +$cfg->setConfigEntry('local_file_database_class', 'LocalFileDatabase'); + +// CFG: COMPRESSOR-CHANNEL-CLASS +$cfg->setConfigEntry('compressor_channel_class', 'CompressorChannel'); + +// CFG: DEBUG-OUTPUT-TIMINGS +$cfg->setConfigEntry('debug_output_timings', 'N'); + // [EOF] ?>