X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fconfig.php;h=441e0caf3043e3538fe73fa3030afd26791e4543;hp=feb9eb684f3c598b3072344baa534ecfd7e202d2;hb=fc5010729854b1f9c9bc60249460d092ea6694b6;hpb=4efbb0ba578c90826843d446a37afdca1d6b3948 diff --git a/inc/config.php b/inc/config.php index feb9eb68..441e0caf 100644 --- a/inc/config.php +++ b/inc/config.php @@ -326,5 +326,8 @@ $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] ?>