延迟提高一点

This commit is contained in:
xiekaidong 2023-08-09 17:32:57 +08:00
parent 0e71260aad
commit efc8aa3dde

View File

@ -149,7 +149,7 @@ function MailManager:needUpdateMail()
end
self.needUpdateMailSid = self:performWithDelayGlobal(function()
self:getMailList(true)
end, math.random(1, 5))
end, math.random(1, 60))
end
return MailManager