Commit c9ef2f1d authored by chen2022's avatar chen2022

beifen

parent 874c10c8
......@@ -55,7 +55,7 @@ private:
int _initSize = 10; //连接池连接初始量
int _maxSize = 1024; //连接池最大连接量
int _maxIdleTime = 60; //连接池最大空闲时间
int _maxIdleTime = 2; //连接池最大空闲时间
int _connectionTimeuot = 100; // 最大超时时间
queue<Connection*> _ConnectionQue; // 储存mysql连接的队列
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment