Fix doc comment for PoolTimeout.

This commit is contained in:
Vladimir Mihailenco 2015-11-18 16:35:02 +02:00
parent 7ea220f54d
commit b792d8a4cf
1 changed files with 1 additions and 1 deletions

View File

@ -121,7 +121,7 @@ type Options struct {
PoolSize int
// Specifies amount of time client waits for connection if all
// connections are busy before returning an error.
// Default is 5 seconds.
// Default is 1 seconds.
PoolTimeout time.Duration
// Specifies amount of time after which client closes idle
// connections. Should be less than server's timeout.