mirror of
https://github.com/liamcottle/reticulum-meshchat.git
synced 2026-04-28 00:20:48 +00:00
set default auto announce interval to zero
This commit is contained in:
parent
e77f9e6935
commit
833c0888e6
1 changed files with 1 additions and 1 deletions
2
web.py
2
web.py
|
|
@ -1666,7 +1666,7 @@ class Config:
|
|||
# all possible config items
|
||||
display_name = StringConfig("display_name", "Anonymous Peer")
|
||||
auto_announce_enabled = BoolConfig("auto_announce_enabled", False)
|
||||
auto_announce_interval_seconds = IntConfig("auto_announce_interval_seconds", 3600)
|
||||
auto_announce_interval_seconds = IntConfig("auto_announce_interval_seconds", 0)
|
||||
last_announced_at = IntConfig("last_announced_at", None)
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue