changed callback trigger to higher times in advance to get sure the webservice dont get spamed

This commit is contained in:
kremsy 2017-05-10 11:49:21 +02:00
parent 05afe1c3bb
commit df31eb7b14

View File

@ -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)));
}
}