This commit is contained in:
2021-03-02 10:53:24 +08:00
parent e8d7764302
commit 9f0cca85ec
+1 -1
View File
@@ -109,7 +109,7 @@ class OnWorkerStart extends Callback
if (!Snowflake::app()->isRun()) { if (!Snowflake::app()->isRun()) {
return; return;
} }
sleep(1); usleep(500);
$this->ticker(); $this->ticker();
} }