opt ObSQLSessionInfo

This commit is contained in:
tushicheng
2023-08-01 14:54:15 +00:00
committed by ob-robot
parent 222de8ce6a
commit 3b07f6c3d0
4 changed files with 12 additions and 5 deletions

View File

@ -308,7 +308,7 @@ private:
class SessionPool
{
public:
static const int64_t POOL_CAPACIPY = 512;
static const int64_t POOL_CAPACIPY = 32;
public:
SessionPool();
int init(const int64_t capacity);