实名制定时任务调整30分钟

This commit is contained in:
李超 2025-04-09 18:54:44 +08:00
parent ca23c8d19f
commit 62b9d1d0c0
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ namespace BLL
AutoReset = true
};
messageTimer.Elapsed += new ElapsedEventHandler(UpdateSitePerson);
messageTimer.Interval = 1000 * 60 * 60 * 24;// 60分钟 60000 * adTimeJ;
messageTimer.Interval = 1000 * 60 * 30;// 60分钟 60000 * adTimeJ;
messageTimer.Start();
}