Skip to content

Commit

Permalink
Update Container.php
Browse files Browse the repository at this point in the history
  • Loading branch information
TheTechsTech committed May 1, 2021
1 parent ff579c9 commit 61c0e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Spawn/Container.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
$output = $task(\spawn_channel());

\fflush(\STDOUT);
\usleep((\IS_WINDOWS ? 1500 : 100));
\usleep(1500);
\fwrite(\STDOUT, \serializer($output));
exit(0);
} catch (\Throwable $exception) {
Expand Down

0 comments on commit 61c0e48

Please sign in to comment.