Skip to content

Commit b7d3bba

Browse files
authored
Change maximumSecondsPerWorkerCycle default to 120
1 parent bcb735e commit b7d3bba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/RequestInsurance/RequestInsuranceWorker.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ private function registerTimeoutHandler()
343343
}
344344
exit(1);
345345
});
346-
pcntl_alarm(Config::integer('request-insurance.maximumSecondsPerWorkerCycle', 60));
346+
pcntl_alarm(Config::integer('request-insurance.maximumSecondsPerWorkerCycle', 120));
347347
}
348348

349349
private function resetTimeoutHandler(): void

0 commit comments

Comments
 (0)