mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
disable query logging
This commit is contained in:
parent
524b1c3581
commit
74e94075b5
@ -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 = '';
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user