Skip to content

Commit

Permalink
Update Swoole.php
Browse files Browse the repository at this point in the history
  • Loading branch information
walkor authored Nov 7, 2024
1 parent ca4bea1 commit cae10bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Events/Swoole.php
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ public function stop(): void
Coroutine::cancel($coroutine);
}
// Wait for coroutines to exit
usleep(20000);
usleep(200000);
Event::exit();
}

Expand Down

0 comments on commit cae10bc

Please sign in to comment.