mirror of
https://github.com/proxiodev/RedisBungee.git
synced 2024-11-22 20:28:00 +00:00
Just use the provided string
This commit is contained in:
parent
b43eae6739
commit
f6615e8749
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user