We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f6bc46 commit 1278a80Copy full SHA for 1278a80
options.go
@@ -110,7 +110,7 @@ type Options struct {
110
// Expired connections may be closed lazily before reuse.
111
// If d <= 0, connections are not closed due to a connection's idle time.
112
//
113
- // Default is 5 minutes. -1 disables idle timeout check.
+ // Default is 30 minutes. -1 disables idle timeout check.
114
ConnMaxIdleTime time.Duration
115
// ConnMaxLifetime is the maximum amount of time a connection may be reused.
116
0 commit comments