We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c2529b commit 3ea58ceCopy full SHA for 3ea58ce
1 file changed
dialoptions.go
@@ -628,7 +628,6 @@ func defaultDialOptions() dialOptions {
628
ReadBufferSize: defaultReadBufSize,
629
UseProxy: true,
630
},
631
- idleTimeout: 30 * time.Minute,
632
}
633
634
@@ -665,8 +664,8 @@ func WithResolvers(rs ...resolver.Builder) DialOption {
665
664
// channel will exit idle mode when the Connect() method is called or when an
666
// RPC is initiated.
667
//
668
-// A default timeout of 30 min will be used if this dial option is not set at
669
-// dial time and idleness can be disabled by passing a timeout of zero.
+// By default this feature is disabled, which can also be explicitly configured
+// by passing zero to this function.
670
671
// # Experimental
672
0 commit comments