Just use the provided string

This commit is contained in:
Dan Wager 2017-03-08 22:42:04 -08:00
parent b43eae6739
commit f6615e8749
1 changed files with 1 additions and 2 deletions

View File

@ -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) {