mirror of
https://github.com/HangarMC/Hangar.git
synced 2024-11-27 06:01:08 +08:00
Disable processing stats for a little :>
This commit is contained in:
parent
ad5f68f297
commit
87731a5e05
@ -25,11 +25,12 @@ public class DbUpdateTask {
|
||||
|
||||
@Scheduled(fixedRateString = "#{@hangarConfig.updateTasks.versionDownloads.toMillis()}", initialDelay = 1000)
|
||||
public void updateVersionDownloads() {
|
||||
this.statService.processVersionDownloads();
|
||||
//TODO
|
||||
//this.statService.processVersionDownloads();
|
||||
}
|
||||
|
||||
@Scheduled(fixedRateString = "#{@hangarConfig.updateTasks.projectViews.toMillis()}", initialDelay = 1000)
|
||||
public void updateProjectViews() {
|
||||
this.statService.processProjectViews();
|
||||
//this.statService.processProjectViews();
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user