Ensure static_peers is initialized regardless of config
Some checks are pending
Create and publish a Docker image / build-and-push-image (push) Waiting to run

This commit is contained in:
Mark Qvist 2025-11-03 12:38:07 +01:00
parent ad2cefa329
commit e6688b157e

View file

@ -122,6 +122,7 @@ class NomadNetworkApp:
self.page_refresh_interval = 0
self.file_refresh_interval = 0
self.static_peers = []
self.peer_announce_at_start = True
self.try_propagation_on_fail = True
self.disable_propagation = True