Fix setpay
This commit is contained in:
parent
d97531eee2
commit
1b50b9c6a4
4 changed files with 23 additions and 12 deletions
|
|
@ -2163,7 +2163,7 @@ PRICE "Reset" "-"
|
|||
; Original value is 40
|
||||
If EnableMultiInstance = "true" Then
|
||||
|
||||
If CountUpReloadAll > 150 Then
|
||||
If CountUpReloadAll > 120 Then
|
||||
Var NeedReboot = "false"
|
||||
|
||||
Var StartUpExt = "-"
|
||||
|
|
@ -2174,7 +2174,7 @@ PRICE "Reset" "-"
|
|||
|
||||
|
||||
Else
|
||||
If CountUpReloadAll > 100 Then
|
||||
If CountUpReloadAll > 50 Then
|
||||
Var NeedReboot = "false"
|
||||
|
||||
Var StartUpExt = "-"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue