...
|
...
|
@@ -43,7 +43,7 @@ public class RedisMonitorImpl { |
|
|
|
|
|
private Map<Integer, List<MObjectInfo>> serversMap;
|
|
|
|
|
|
@Scheduled(fixedRate = 2 * 60 * 1000)
|
|
|
@Scheduled(fixedRate = 60 * 1000)
|
|
|
public void monitor() {
|
|
|
Constants.TWEMPROXY_INFO_MAP.clear();
|
|
|
|
...
|
...
|
|