mirror of
https://github.com/proxiodev/RedisBungee.git
synced 2025-04-20 17:47:06 +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(), tmpRsc.time().get(0));
|
||||||
tmpRsc.hset("heartbeats", configuration.getServerId(), String.valueOf(redisTime));
|
|
||||||
|
|
||||||
long uuidCacheSize = tmpRsc.hlen("uuid-cache");
|
long uuidCacheSize = tmpRsc.hlen("uuid-cache");
|
||||||
if (uuidCacheSize > 750000) {
|
if (uuidCacheSize > 750000) {
|
||||||
|
Loading…
Reference in New Issue
Block a user