Commit 72a203101c61e278ce0500e520b80bbf6df06346
1 parent
753fc22d
Exists in
master
1.optimized monitor
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/main/java/com/taover/bazhuayun/analysis/web/module/heartbeat/bean/ServerInstance.java
... | ... | @@ -70,7 +70,7 @@ public class ServerInstance implements Instance { |
70 | 70 | } |
71 | 71 | |
72 | 72 | private boolean isNewLoopForFixRateSec() { |
73 | - System.out.println("isNewLoopForFixRateSec:"+(this.serverUnixtimeBaseline-this.latestRequestUnixtime)+" > "+this.instance.getFixRateSec()); | |
73 | + //System.out.println("isNewLoopForFixRateSec:"+(this.serverUnixtimeBaseline-this.latestRequestUnixtime)+" > "+this.instance.getFixRateSec()); | |
74 | 74 | return (this.serverUnixtimeBaseline-this.latestRequestUnixtime) > this.instance.getFixRateSec(); |
75 | 75 | } |
76 | 76 | ... | ... |