From e28e92284a5f000d3ffd92c07bcdaa64d38c0d56 Mon Sep 17 00:00:00 2001 From: Erik Mackdanz Date: Wed, 30 Oct 2024 00:35:37 +0000 Subject: [PATCH] disable dashboards for possibly better performance --- master.cfg | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/master.cfg b/master.cfg index 7cdde37..04c4eaf 100644 --- a/master.cfg +++ b/master.cfg @@ -335,8 +335,9 @@ c['titleURL'] = "https://bb.humopery.space/" c['buildbotURL'] = "https://bb.humopery.space/" # minimalistic config to activate new web UI -c['www'] = dict(port=8010, - plugins=dict(waterfall_view={}, console_view={}, grid_view={})) +# c['www'] = dict(port=8010, +# plugins=dict(waterfall_view={}, console_view={}, grid_view={})) +c['www'] = dict(port=8010) ####### DB URL -- 2.52.0