|
@@ -246,7 +246,7 @@ func refreshSubscriptionExpirationRemind() {
|
|
|
|
|
|
if 0 < remains && expireDay > remains {
|
|
|
util.WaitForUILoaded()
|
|
|
- time.Sleep(time.Second * 3)
|
|
|
+ time.Sleep(time.Second * 7)
|
|
|
util.PushErrMsg(fmt.Sprintf(Conf.Language(127), remains), 0)
|
|
|
return
|
|
|
}
|