Several debug things (e.g. for timing) added
[core.git] / inc / config.php
index feb9eb684f3c598b3072344baa534ecfd7e202d2..441e0caf3043e3538fe73fa3030afd26791e4543 100644 (file)
@@ -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]
 ?>