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(
|
||||
new ServerPushContext(
|
||||
content,
|
||||
context -> clientTable.getUpdateErrors() > 5,
|
||||
context -> clientTable.getUpdateErrors() < 5,
|
||||
createServerPushUpdateErrorHandler(this.pageService, pageContext)),
|
||||
this.pollInterval,
|
||||
context -> clientTable.updateValues(),
|
||||
|
|
Loading…
Reference in a new issue