diff --git a/System/Pool/Connection.php b/System/Pool/Connection.php index cc4fee76..1783214f 100644 --- a/System/Pool/Connection.php +++ b/System/Pool/Connection.php @@ -41,7 +41,7 @@ class Connection extends Pool } if ($this->lastTime + 600 < time()) { $this->flush(1); - } else if ($this->lastTime + 500 < time()) { + } else if ($this->lastTime + 300 < time()) { $this->flush(5); } }