延迟提高一点
This commit is contained in:
parent
0e71260aad
commit
efc8aa3dde
@ -149,7 +149,7 @@ function MailManager:needUpdateMail()
|
|||||||
end
|
end
|
||||||
self.needUpdateMailSid = self:performWithDelayGlobal(function()
|
self.needUpdateMailSid = self:performWithDelayGlobal(function()
|
||||||
self:getMailList(true)
|
self:getMailList(true)
|
||||||
end, math.random(1, 5))
|
end, math.random(1, 60))
|
||||||
end
|
end
|
||||||
|
|
||||||
return MailManager
|
return MailManager
|
||||||
Loading…
x
Reference in New Issue
Block a user