feature:add about connection config
This commit is contained in:
@@ -11,3 +11,13 @@ fastdfs.http_tracker_http_port = 80
|
||||
|
||||
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 = false
|
||||
|
||||
## max_count_per_entry: max connection count per host:port , 0 is not limit
|
||||
fastdfs.connection_pool.max_count_per_entry = 100
|
||||
|
||||
## connections whose the idle time exceeds this time will be closed, unit: second,default value is 60
|
||||
fastdfs.connection_pool.max_idle_time = 60
|
||||
## Maximum waiting time when the maximum number of connections is reached, unit: second, default value is 5
|
||||
fastdfs.connection_pool.max_wait_time = 5
|
||||
|
Reference in New Issue
Block a user