We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c10d5ad commit 5f66a94Copy full SHA for 5f66a94
src/SSE.php
@@ -25,7 +25,7 @@ public function start($interval = 3000)
25
if (connection_aborted()) {
26
return;
27
}
28
- usleep($interval);
+ usleep($interval * 1000);
29
30
31
0 commit comments