Skip to content

Commit 13e8359

Browse files
authored
docs: Fix default_connect_timeout docs (#223)
Fixes default_connect_timeout documentation to match the value returned by the code.
1 parent 34c2925 commit 13e8359

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/ldclient-rb/config.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -486,7 +486,7 @@ def self.default_initial_reconnect_delay
486486

487487
#
488488
# The default value for {#connect_timeout}.
489-
# @return [Float] 10
489+
# @return [Float] 2
490490
#
491491
def self.default_connect_timeout
492492
2

0 commit comments

Comments
 (0)