200, // 设置连接池最大连接数 'minPoolSize' => 10, // 设置连接池最小连接数(可选) 'serverSelectionTimeoutMS' => 5000, // 超时设置(防止请求挂死) 单位是毫秒 ]); } return self::$client; } }