Skip to content

Commit

Permalink
Merge pull request #54 from ksoichiro/fix-retriesAllDown-default-valu…
Browse files Browse the repository at this point in the history
…e-description

Fix unit of default value of retriesAllDown in the documentation
  • Loading branch information
rusher committed Dec 7, 2015
2 parents eddcf19 + 480465b commit 793f98b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/Failover-and-high-availability.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ Each parameter corresponds to a specific use case:
|Option|Description|
|-----------|:----------|
|autoReconnect|With basic failover: if true, will attempt to recreate connection after a failover. <br/>With standard failover: if true, will attempt to recreate connection even if there is a temporary solution (like using a master connection temporary until reconnect to a slave connection).<br/>*Default is false. Since 1.1.7*|
|retriesAllDown|When searching a valid host, maximum number of connection attempts before throwing an exception.<br/>*Default: 120 seconds. Since 1.2.0|
|retriesAllDown|When searching a valid host, maximum number of connection attempts before throwing an exception.<br/>*Default: 120. Since 1.2.0|
|failoverLoopRetries|When searching silently for a valid host, maximum number of connection attempts.<br/>This differ from "retriesAllDown" parameter, because this silent search is for example used after a disconnection of a slave connection when using the master connection.<br/>*Default: 120. Since 1.2.0*|
|validConnectionTimeout|With multiple hosts, after this time in seconds has elapsed it’s verified that the connections haven’t been lost.<br/>When 0, no verification will be done.<br/>*Default:120 seconds. Since 1.2.0*|
|loadBalanceBlacklistTimeout|When a connection fails, this host will be blacklisted during the "loadBalanceBlacklistTimeout" amount of time.<br/>When connecting to a host, the driver will try to connect to a host in the list of not blacklisted hosts and after that only on blacklisted ones if none has been found before that.<br/>This blacklist is shared inside the classloader.<br/>*Default: 50 seconds. Since 1.2.0*|
Expand Down

0 comments on commit 793f98b

Please sign in to comment.