changed callback trigger to higher times in advance to get sure the webservice dont get spamed
This commit is contained in:
parent
05afe1c3bb
commit
df31eb7b14
@ -242,7 +242,7 @@ class CallbackManager implements UsageInformationAble {
|
||||
}
|
||||
|
||||
$fullTime = microtime(true) - $startTime;
|
||||
if ($fullTime > 1) {
|
||||
if ($fullTime > 3) {
|
||||
$this->maniaControl->getErrorHandler()->triggerDebugNotice(json_encode(array("Long Loop Detected: " . $fullTime , $timings)));
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user