Skip to content

Commit

Permalink
chore: sync the doc comment
Browse files Browse the repository at this point in the history
  • Loading branch information
vmihailenco committed Nov 9, 2022
1 parent 8f6bc46 commit 1278a80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion options.go
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ type Options struct {
// Expired connections may be closed lazily before reuse.
// If d <= 0, connections are not closed due to a connection's idle time.
//
// Default is 5 minutes. -1 disables idle timeout check.
// Default is 30 minutes. -1 disables idle timeout check.
ConnMaxIdleTime time.Duration
// ConnMaxLifetime is the maximum amount of time a connection may be reused.
//
Expand Down

0 comments on commit 1278a80

Please sign in to comment.