改名
This commit is contained in:
@@ -65,7 +65,7 @@ class Redis
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
if ($this->_timer === -1 && Context::inCoroutine()) {
|
if ($this->_timer === -1 && Context::inCoroutine()) {
|
||||||
$this->_timer = Timer::tick(3000, function () {
|
$this->_timer = Timer::tick(1000, function () {
|
||||||
try {
|
try {
|
||||||
if (env('state') == 'exit') {
|
if (env('state') == 'exit') {
|
||||||
$this->stopHeartbeatCheck();
|
$this->stopHeartbeatCheck();
|
||||||
|
|||||||
Reference in New Issue
Block a user