From da16b0685d4bf665344aa7516c72858fca3dedb2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=90=91=E6=9E=97?= Date: Tue, 11 Jan 2022 14:51:50 +0800 Subject: [PATCH] =?UTF-8?q?Revert=20"=E6=94=B9=E5=90=8D"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit fdf58326 --- RpcJsonp.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RpcJsonp.php b/RpcJsonp.php index 04b7f22..328bca6 100644 --- a/RpcJsonp.php +++ b/RpcJsonp.php @@ -94,7 +94,7 @@ class RpcJsonp extends Component implements OnConnectInterface, OnReceiveInterfa return; } $async_time = (int)Config::get('consul.async_time', 1000); - Timer::tick($async_time, static function ($timeId) { + Timer::tick(5000, static function ($timeId) { if (env('state', 'start') == 'exit') { Timer::clear($timeId); return;