改名
This commit is contained in:
@@ -68,6 +68,7 @@ class Redis
|
||||
$this->_timer = Timer::tick(1000, function () {
|
||||
try {
|
||||
if (env('state') == 'exit') {
|
||||
echo 'timer end.' . PHP_EOL;
|
||||
$this->stopHeartbeatCheck();
|
||||
}
|
||||
if (time() - $this->_last > 10 * 60) {
|
||||
|
||||
Reference in New Issue
Block a user