From ae60469632b0b3956d414b6200ddfa94784a2fde Mon Sep 17 00:00:00 2001 From: terrymanu Date: Sun, 23 Sep 2018 17:54:23 +0800 Subject: [PATCH] remove useless comment --- sharding-proxy/src/main/resources/conf/server.yaml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/sharding-proxy/src/main/resources/conf/server.yaml b/sharding-proxy/src/main/resources/conf/server.yaml index f15305c9742f2..d38ab8a69f705 100644 --- a/sharding-proxy/src/main/resources/conf/server.yaml +++ b/sharding-proxy/src/main/resources/conf/server.yaml @@ -16,11 +16,6 @@ # password: root # #props: -# # MEMORY_STRICTLY: Proxy holds as many connections as the count of actual tables routed in a database. -# # The benefit of this approach is saving memory for Proxy by Stream ResultSet. -# -# # CONNECTION_STRICTLY: Proxy will release connections after get the overall rows from the ResultSet. -# # Meanwhile, the cost of the memory will be increased. # max.connections.size.per.query: 1 # acceptor.size: 16 # The default value is available processors count * 2. # executor.size: 16 # Infinite by default.