mirror of
https://github.com/proxiodev/RedisBungee.git
synced 2026-04-09 00:20:26 +00:00
Just use the provided string
This commit is contained in:
@@ -258,8 +258,7 @@ public final class RedisBungee extends Plugin {
|
||||
}
|
||||
}
|
||||
|
||||
long redisTime = getRedisTime(tmpRsc.time());
|
||||
tmpRsc.hset("heartbeats", configuration.getServerId(), String.valueOf(redisTime));
|
||||
tmpRsc.hset("heartbeats", configuration.getServerId(), tmpRsc.time().get(0));
|
||||
|
||||
long uuidCacheSize = tmpRsc.hlen("uuid-cache");
|
||||
if (uuidCacheSize > 750000) {
|
||||
|
||||
Reference in New Issue
Block a user