Update MySQLConnectionPool.cpp

Former-commit-id: 4b21d79885c0e28a24aceb266683e983174735cc
pull/191/head
zhiru.zhu 2019-08-06 19:36:42 +08:00
parent 4f79adcc86
commit a1811deabf
1 changed files with 1 additions and 1 deletions

View File

@ -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