]> Humopery - private/buildbot-default.git/commitdiff
disable dashboards for possibly better performance
authorErik Mackdanz <erikmack@gmail.com>
Wed, 30 Oct 2024 00:35:37 +0000 (00:35 +0000)
committerErik Mackdanz <erikmack@gmail.com>
Wed, 30 Oct 2024 00:35:37 +0000 (00:35 +0000)
master.cfg

index 7cdde377970b1ae48e64785393c68087751e88cb..04c4eafeedc0c5d974c9f1ca1eece3c497728399 100644 (file)
@@ -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