mirror of
https://github.com/redis/go-redis.git
synced 2025-07-29 17:41:15 +03:00
Bound connection pool background dials to configured dial timeout (#3089)
This commit is contained in:
@ -531,6 +531,7 @@ func newConnPool(
|
||||
PoolFIFO: opt.PoolFIFO,
|
||||
PoolSize: opt.PoolSize,
|
||||
PoolTimeout: opt.PoolTimeout,
|
||||
DialTimeout: opt.DialTimeout,
|
||||
MinIdleConns: opt.MinIdleConns,
|
||||
MaxIdleConns: opt.MaxIdleConns,
|
||||
MaxActiveConns: opt.MaxActiveConns,
|
||||
|
Reference in New Issue
Block a user