From 82e1f6f07e750d5537cc1f854c82c2c924e1ccae Mon Sep 17 00:00:00 2001 From: Maggie Zhou Date: Thu, 20 Jul 2023 11:04:15 -0700 Subject: [PATCH] Fix default_connect_timeout docs to match actual value. Fixes default_connect_timeout documentation to match the value returned by the code. --- lib/ldclient-rb/config.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ldclient-rb/config.rb b/lib/ldclient-rb/config.rb index 05b3e7cd..a9cc347a 100644 --- a/lib/ldclient-rb/config.rb +++ b/lib/ldclient-rb/config.rb @@ -486,7 +486,7 @@ def self.default_initial_reconnect_delay # # The default value for {#connect_timeout}. - # @return [Float] 10 + # @return [Float] 2 # def self.default_connect_timeout 2