From 84abde9c238d5555fcdd5c4da48e8e2307f367a4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Wed, 28 Apr 2021 11:56:32 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- System/Crontab/Zookeeper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/System/Crontab/Zookeeper.php b/System/Crontab/Zookeeper.php index 06287084..6b774ec9 100644 --- a/System/Crontab/Zookeeper.php +++ b/System/Crontab/Zookeeper.php @@ -69,7 +69,7 @@ class Zookeeper extends Process foreach ($range as $value) { $this->dispatch($redis, $value); } - Coroutine::sleep(100); + Coroutine::sleep(80); } }