SEBSERV-182
This commit is contained in:
parent
03c05c7372
commit
c217d4d854
1 changed files with 1 additions and 1 deletions
|
@ -174,7 +174,7 @@ public class MonitoringRunningExam implements TemplateComposer {
|
||||||
this.serverPushService.runServerPush(
|
this.serverPushService.runServerPush(
|
||||||
new ServerPushContext(
|
new ServerPushContext(
|
||||||
content,
|
content,
|
||||||
context -> clientTable.getUpdateErrors() > 5,
|
context -> clientTable.getUpdateErrors() < 5,
|
||||||
createServerPushUpdateErrorHandler(this.pageService, pageContext)),
|
createServerPushUpdateErrorHandler(this.pageService, pageContext)),
|
||||||
this.pollInterval,
|
this.pollInterval,
|
||||||
context -> clientTable.updateValues(),
|
context -> clientTable.updateValues(),
|
||||||
|
|
Loading…
Reference in a new issue