From efc8aa3dded8d2d63bfa0002380ea40bbd54f543 Mon Sep 17 00:00:00 2001 From: xiekaidong Date: Wed, 9 Aug 2023 17:32:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BB=B6=E8=BF=9F=E6=8F=90=E9=AB=98=E4=B8=80?= =?UTF-8?q?=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lua/app/module/mail/mail_manager.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/app/module/mail/mail_manager.lua b/lua/app/module/mail/mail_manager.lua index b36a7f6a..b3559049 100644 --- a/lua/app/module/mail/mail_manager.lua +++ b/lua/app/module/mail/mail_manager.lua @@ -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 \ No newline at end of file