Skip to content

Commit 7f5d87b

Browse files
committed
fix: put back option in pool creation
1 parent d3a25f9 commit 7f5d87b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

options.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -582,6 +582,7 @@ func newConnPool(
582582
PoolFIFO: opt.PoolFIFO,
583583
PoolSize: opt.PoolSize,
584584
PoolTimeout: opt.PoolTimeout,
585+
DialTimeout: opt.DialTimeout,
585586
MinIdleConns: opt.MinIdleConns,
586587
MaxIdleConns: opt.MaxIdleConns,
587588
MaxActiveConns: opt.MaxActiveConns,

0 commit comments

Comments
 (0)