From 1278a8094fc3aed20f12ef6f0aa37f9e06a0bdb3 Mon Sep 17 00:00:00 2001 From: Vladimir Mihailenco Date: Wed, 9 Nov 2022 14:57:10 +0200 Subject: [PATCH] chore: sync the doc comment --- options.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/options.go b/options.go index 56eab535..651d0d4f 100644 --- a/options.go +++ b/options.go @@ -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. //