Difference between revisions of "dcOnMaxReconnections"

From OpenKore Wiki
Jump to navigation Jump to search
(Created page with '; dcOnMaxReconnections [<value>] : Specifies maximum count of tries to connect to account server. :; 0 or empty or missing :: Infinitely. :; 1 or any other value :: Quit after …')
 
m (Conversion script moved page DcOnMaxReconnections to dcOnMaxReconnections: Converting page titles to lowercase)
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
 
; dcOnMaxReconnections [<value>]
 
; dcOnMaxReconnections [<value>]
: Specifies maximum count of tries to connect to account server.
+
: Enables auto quit when number of tries to connect to account server exceeds specified value.
  
:; 0 or empty or missing
+
: Counter of connection attempts resets after successful connection.
:: Infinitely.
 
 
 
:; 1 or any other value
 
:: Quit after <value> tries.
 
 
 
Note: counter resets after successful connection.
 
  
 
[[Category:config.txt]]
 
[[Category:config.txt]]
 
[[Category:auto_disconnect]]
 
[[Category:auto_disconnect]]
 +
[[Category:connection]]

Latest revision as of 22:34, 26 April 2021

dcOnMaxReconnections [<value>]
Enables auto quit when number of tries to connect to account server exceeds specified value.
Counter of connection attempts resets after successful connection.