Skip to content

Commit

Permalink
Update start.php
Browse files Browse the repository at this point in the history
  • Loading branch information
walkor authored Apr 22, 2022
1 parent 1d10887 commit 198446c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion start.php
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
Worker::$statusFile = $config['status_file'] ?? '';
}
if (property_exists(Worker::class, 'stopTimeout')) {
Worker::$stopTimeout = $config['stop_timeout'] ?? '';
Worker::$stopTimeout = $config['stop_timeout'] ?? 2;
}

if ($config['listen']) {
Expand Down

0 comments on commit 198446c

Please sign in to comment.