提交 89e1d5d2 编写于 作者: J Jin Hai 提交者: JinHai-CN

* #2403 MySQL max_idle_time is 10 by default

Signed-off-by: Njinhai <hai.jin@zilliz.com>

* #2403 MySQL max_idle_time is 10 by default
Signed-off-by: Njinhai <hai.jin@zilliz.com>
上级 e728c3f1
......@@ -6,6 +6,7 @@ Please mark all change in change log and use the issue from GitHub
## Bug
- \#2378 Duplicate data after server restart
- \#2399 The nlist set by the user may not take effect
- \#2403 MySQL max_idle_time is 10 by default
## Feature
- \#2363 Update branch version to 0.9.1
......@@ -13,6 +14,7 @@ Please mark all change in change log and use the issue from GitHub
## Improvement
- \#2370 Clean compile warning
- \#2381 Upgrade FAISS to 1.6.3
## Task
......
......@@ -73,7 +73,7 @@ class MySQLConnectionPool : public mysqlpp::ConnectionPool {
int max_pool_size_;
unsigned int max_idle_time_ = 0; // 10 seconds
unsigned int max_idle_time_ = 10; // 10 seconds
};
} // namespace meta
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册