diff --git a/app/Http/Middleware/QueryLogging.php b/app/Http/Middleware/QueryLogging.php index c9ad5c2f2c39..647dc030f5ff 100644 --- a/app/Http/Middleware/QueryLogging.php +++ b/app/Http/Middleware/QueryLogging.php @@ -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); }