From 197bed49f81cabe7d884cb2cfa1b056879ea0a27 Mon Sep 17 00:00:00 2001 From: "as2252258@163.com" Date: Fri, 26 Mar 2021 01:40:23 +0800 Subject: [PATCH] modify --- System/Crontab/Consumer.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/System/Crontab/Consumer.php b/System/Crontab/Consumer.php index 616315c6..ce94f49e 100644 --- a/System/Crontab/Consumer.php +++ b/System/Crontab/Consumer.php @@ -70,8 +70,6 @@ class Consumer extends Process $redis->release(); - Coroutine::sleep(0.05); - $this->tick($process); }