This commit is contained in:
2020-09-06 05:48:29 +08:00
parent 65d9c55ca4
commit 590de739bc
+1 -1
View File
@@ -41,7 +41,7 @@ class Connection extends Pool
} }
if ($this->lastTime + 600 < time()) { if ($this->lastTime + 600 < time()) {
$this->flush(1); $this->flush(1);
} else if ($this->lastTime + 500 < time()) { } else if ($this->lastTime + 300 < time()) {
$this->flush(5); $this->flush(5);
} }
} }