This commit is contained in:
2021-02-20 13:29:56 +08:00
parent 497c0b3eec
commit b140054ce9
+1 -1
View File
@@ -45,7 +45,7 @@ trait Timeout
if ($retain_number == 0) {
$this->debug('release Timer::tick');
Timer::clear($this->creates);
$this->creates = 0;
$this->creates = -1;
}
}