fix:config sample

This commit is contained in:
tanyawen
2019-12-30 20:55:57 +08:00
parent 8b771e37ae
commit a5786207cc
4 changed files with 12 additions and 12 deletions

View File

@@ -14,7 +14,7 @@ fastdfs.tracker_servers = 10.0.11.201:22122,10.0.11.202:22122,10.0.11.203:22122
## Whether to open the connection pool, if not, create a new connection every time
fastdfs.connection_pool.enabled = true
## max_count_per_entry: max connection count per host:port, 0 is not limit
## max_count_per_entry: max connection count per host:port , 0 is not limit
fastdfs.connection_pool.max_count_per_entry = 500
## connections whose the idle time exceeds this time will be closed, unit: second, default value is 3600