From: Erik Mackdanz Date: Wed, 30 Oct 2024 00:35:37 +0000 (+0000) Subject: disable dashboards for possibly better performance X-Git-Url: https://git.humopery.space/?a=commitdiff_plain;h=e28e92284a5f000d3ffd92c07bcdaa64d38c0d56;p=private%2Fbuildbot-default.git disable dashboards for possibly better performance --- 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