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