Difference between revisions of "autoRestartSeed"

From OpenKore Wiki
Jump to navigation Jump to search
(Created page with '; autoRestartSeed [<seconds>] : Sets an amount of time in seconds that is going to be randomized and added to autoRestartSeed. ''' Example ''' * Kore will automatically rest…')
 
m (Conversion script moved page AutoRestartSeed to autoRestartSeed: Converting page titles to lowercase)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 
; autoRestartSeed [<seconds>]
 
; autoRestartSeed [<seconds>]
: Sets an amount of time in seconds that is going to be randomized and added to [[autoRestartSeed]].
+
: Sets an amount of time in seconds that is going to be randomized and added to [[autoRestartMin]].
  
 
''' Example '''
 
''' Example '''

Latest revision as of 22:34, 26 April 2021

autoRestartSeed [<seconds>]
Sets an amount of time in seconds that is going to be randomized and added to autoRestartMin.

Example

  • Kore will automatically restart after a random period between 60 and 90 (90 = 60+30) seconds.
autoRestart 1
autoRestartMin 60
autoRestartSeed 30