feature:add connection pool v2
This commit is contained in:
@@ -19,5 +19,5 @@ 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
|
||||
## Maximum waiting time when the maximum number of connections is reached, unit: Millisecond, default value is 5000
|
||||
fastdfs.connection_pool.max_wait_time_in_ms = 5000
|
||||
|
Reference in New Issue
Block a user