mirror of https://github.com/milvus-io/milvus.git
Update MySQLConnectionPool.cpp
Former-commit-id: 4b21d79885c0e28a24aceb266683e983174735ccpull/191/head
parent
4f79adcc86
commit
a1811deabf
|
@ -5,7 +5,7 @@ namespace milvus {
|
|||
namespace engine {
|
||||
namespace meta {
|
||||
|
||||
// Do a thriftsimple form of in-use connection limiting: wait to return
|
||||
// Do a simple form of in-use connection limiting: wait to return
|
||||
// a connection until there are a reasonably low number in use
|
||||
// already. Can't do this in create() because we're interested in
|
||||
// connections actually in use, not those created. Also note that
|
||||
|
|
Loading…
Reference in New Issue