changed callback trigger to higher times in advance to get sure the webservice dont get spamed
Esse commit está contido em:
@@ -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)));
|
||||
}
|
||||
}
|
||||
|
Referência em uma nova issue
Block a user