We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01ff32e commit 5711339Copy full SHA for 5711339
1 file changed
src/Pools/AsynPool.php
@@ -176,7 +176,7 @@ public function workerInit($workerId)
176
public function pushToPool($client)
177
{
178
$maxTime = $this->config[static::ASYN_NAME][$this->active]['max_time'] ?? 3600;
179
- $minConn = $this->config[static::ASYN_NAME][$this->active]['min_conn'] ?? 10;
+ $minConn = $this->config[static::ASYN_NAME][$this->active]['min_conn'] ?? 0;
180
181
//回归连接
182
if (((time() - $client->genTime) < $maxTime)
0 commit comments