Skip to content

Commit 1278a80

Browse files
committed
chore: sync the doc comment
1 parent 8f6bc46 commit 1278a80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

options.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ type Options struct {
110110
// Expired connections may be closed lazily before reuse.
111111
// If d <= 0, connections are not closed due to a connection's idle time.
112112
//
113-
// Default is 5 minutes. -1 disables idle timeout check.
113+
// Default is 30 minutes. -1 disables idle timeout check.
114114
ConnMaxIdleTime time.Duration
115115
// ConnMaxLifetime is the maximum amount of time a connection may be reused.
116116
//

0 commit comments

Comments
 (0)