This commit is contained in:
as2252258@163.com
2021-02-23 00:39:45 +08:00
parent 09b6c29a84
commit e053deae39
2 changed files with 10 additions and 6 deletions
+1
View File
@@ -26,6 +26,7 @@ class ObjectPool extends \Snowflake\Abstracts\Pool
public function getConnection(array $config, bool $isMaster): mixed
{
$config[0] = md5($config[0]);
$this->max = 100;
return $this->get($config[0], $config);
}