Authored by jack

update

... ... @@ -45,7 +45,7 @@ public class RedisMonitorImpl {
@Getter
private AtomicLong update=new AtomicLong();
@Scheduled(fixedRate = 15 * 1000)
@Scheduled(fixedRate = 60 * 1000)
public void monitor() {
update.set(System.currentTimeMillis());
... ...