Revert "改名"

This reverts commit fdf58326
This commit is contained in:
2022-01-11 14:51:50 +08:00
parent febbdea8c8
commit da16b0685d
+1 -1
View File
@@ -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;