xp tracker: reduce hiscore lookup delay to 1 second

This commit is contained in:
Adam
2019-01-04 14:42:20 -05:00
parent d03dc8914d
commit a5179402b3

View File

@@ -208,7 +208,7 @@ public class XpTrackerService
} }
} }
@Scheduled(fixedDelay = 3000) @Scheduled(fixedDelay = 1000)
public void update() throws ExecutionException public void update() throws ExecutionException
{ {
String next = nextUsername; String next = nextUsername;