mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Fixes for query logging
This commit is contained in:
parent
25d8b8b079
commit
bdb771e4ca
@ -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);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user