Commit f6f9552a by Johannes Edmeier

Reduce default status update interval

parent ac46402e
...@@ -45,7 +45,7 @@ public class StatusUpdater implements ApplicationEventPublisherAware { ...@@ -45,7 +45,7 @@ public class StatusUpdater implements ApplicationEventPublisherAware {
/** /**
* Lifetime of status in ms. The status won't be updated as long the last status isn't expired. * Lifetime of status in ms. The status won't be updated as long the last status isn't expired.
*/ */
private long statusLifetime = 30_000L; private long statusLifetime = 10_000L;
public StatusUpdater(RestTemplate restTemplate, ApplicationStore store) { public StatusUpdater(RestTemplate restTemplate, ApplicationStore store) {
this.restTemplate = restTemplate; this.restTemplate = restTemplate;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment