mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-11-21 23:41:12 -05:00
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
Some checks are pending
Create and publish a Docker image / build-and-push-image (push) Waiting to run
This commit is contained in:
parent
ad2cefa329
commit
e6688b157e
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue