disable query logging

This commit is contained in:
David Bomba 2021-09-04 17:49:42 +10:00
parent 524b1c3581
commit 74e94075b5

View File

@ -52,10 +52,10 @@ class QueryLogging
$timeEnd = microtime(true);
$time = $timeEnd - $timeStart;
nlog("Query count = {$count}");
nlog("Query count = {$count}");
//if($count > 250)
nlog($queries);
if($count > 250)
nlog($queries);
$ip = '';