Skip to content

Commit 5f66a94

Browse files
Update SSE.php
1 parent c10d5ad commit 5f66a94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SSE.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ public function start($interval = 3000)
2525
if (connection_aborted()) {
2626
return;
2727
}
28-
usleep($interval);
28+
usleep($interval * 1000);
2929
}
3030
}
3131

0 commit comments

Comments
 (0)