SEBSERV-182

This commit is contained in:
anhefti 2021-07-07 09:01:22 +02:00
parent 03c05c7372
commit c217d4d854

View file

@ -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(),