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