From 73a6747285ae68801812a20636390c42c49c9970 Mon Sep 17 00:00:00 2001 From: Erik Mackdanz Date: Wed, 30 Oct 2024 13:52:38 +0000 Subject: [PATCH] ws_ping_interval to try to keep UI from disco --- master.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/master.cfg b/master.cfg index cd9b612..a25a80a 100644 --- a/master.cfg +++ b/master.cfg @@ -339,7 +339,8 @@ c['buildbotURL'] = "https://bb.humopery.space/" # c['www'] = dict(port=8010, # plugins=dict(waterfall_view={}, console_view={}, grid_view={})) c['www'] = { - 'port' : 8010 + 'port' : 8010, + 'ws_ping_interval': 30 } ####### DB URL -- 2.52.0