Commit f3979db5 authored by Vladimir Barsukov's avatar Vladimir Barsukov
Browse files

fix

parent 67761338
...@@ -52,7 +52,7 @@ func New(ctx context.Context) *Pool { ...@@ -52,7 +52,7 @@ func New(ctx context.Context) *Pool {
TryOnError: 1, TryOnError: 1,
TryOnSleep: time.Second, TryOnSleep: time.Second,
Balance: BalanceLeastConn, Balance: BalanceLeastConn,
PingTimout: time.Second, PingTimout: time.Second * 5,
} }
} }
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment