diff --git a/System/Pool/ClientsPool.php b/System/Pool/ClientsPool.php index b76d3603..37d9aafa 100644 --- a/System/Pool/ClientsPool.php +++ b/System/Pool/ClientsPool.php @@ -101,7 +101,7 @@ class ClientsPool extends Component if (!isset($num[$key])) { $num[$key] = 0; } - if (time() - $this->_times[$key] ?? time() > 300) { + if (time() - $this->_times[$key] ?? time() > 120) { $this->flush($channel, 0); } else if ($channel->length() > $min) { $this->flush($channel, $min);