Skip to content

Commit 4c472e1

Browse files
committed
Used fixed delay instead rate execution of agent ping thread.
This should ease load on the server immediately after a network outage.
1 parent d6349eb commit 4c472e1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

agent/resources/applicationContext.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@
102102
<bean class="org.springframework.scheduling.timer.ScheduledTimerTask"
103103
p:delay="${agent.ping.delay}"
104104
p:period="${agent.ping.interval}"
105-
p:fixedRate="true"
106105
p:timerTask-ref="agentControllerPinger"/>
107106
</list>
108107
</property>

0 commit comments

Comments
 (0)