fix bug redirect

This commit is contained in:
wanlop run 2023-12-18 19:21:13 +07:00
parent 29e3a205e6
commit b1fb0ac6aa
24 changed files with 1168 additions and 707 deletions

View file

@ -43,6 +43,16 @@
IF Not#CountDownForMulti = "" Then
Var Not#CountDownForMulti = 99
EndIf
If EnableMultiInstance = "true" Then
Var OpenRedirectSize = -1
GetRedirectCount OpenRedirectSize
If OpenRedirectSize = 0 Then
SAVELOG "OpenRedirectSize zero size"
Var Not#CountDownForMulti = 5
EndIf
EndIf
</EventOpen>
<Timeout> 1000 </Timeout>
<EventTimeout>
@ -110,6 +120,8 @@
Var Not#CountDownForMulti = Not#CountDownForMulti - 1
EndIf
EndIf
EndIf
@ -132,6 +144,10 @@
EndIf
EndIf
If RoutineSlientRefresh > 0 Then
Var RoutineSlientRefresh = RoutineSlientRefresh - 1
EndIf
TimerReset
</EventTimeout>