mirror of
https://github.com/proxiodev/RedisBungee.git
synced 2026-06-24 03:46:43 +00:00
Make use of Bungee scheduler for threaded operations.
This commit is contained in:
@@ -46,7 +46,7 @@ class UUIDFetcher implements Callable<Map<String, UUID>> {
|
||||
uuidMap.put(profile.name, uuid);
|
||||
}
|
||||
if (rateLimiting && i != requests - 1) {
|
||||
Thread.sleep(100L);
|
||||
Thread.sleep(100L); // FIXME: This is not how we into concurrency
|
||||
}
|
||||
}
|
||||
return uuidMap;
|
||||
|
||||
Reference in New Issue
Block a user