remove schedule for lottery cache

This commit is contained in:
CounterFire2023 2024-03-27 17:27:37 +08:00
parent 1ae103eca8
commit 2db9e53e73

View File

@ -104,7 +104,7 @@ export class ApiServer {
logger.log('REDIS Connected')
}
private initSchedules() {
new CacheSchedule().scheduleAll()
// new CacheSchedule().scheduleAll()
new NonceRecordSchedule().scheduleAll()
}