Fixes for query logging

This commit is contained in:
David Bomba 2021-09-05 15:48:15 +10:00
parent 25d8b8b079
commit bdb771e4ca

View File

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