Restart anyway
This commit is contained in:
parent
bfff131c28
commit
422589ac2b
@ -45,7 +45,7 @@ trait Loop
|
||||
$this->loop_callback = null;
|
||||
}
|
||||
if (php_sapi_name() !== 'cli') {
|
||||
$needs_restart = false;
|
||||
$needs_restart = true;
|
||||
try {
|
||||
set_time_limit(-1);
|
||||
} catch (\danog\MadelineProto\Exception $e) {
|
||||
|
Loading…
Reference in New Issue
Block a user