mirror of
https://github.com/markqvist/NomadNet.git
synced 2025-05-17 21:30:25 -04:00
Added node saving from announce stream
This commit is contained in:
parent
848514ec54
commit
efc24d361b
3 changed files with 21 additions and 7 deletions
|
@ -436,8 +436,8 @@ announce_at_start = yes
|
|||
intro_time = 1
|
||||
|
||||
# You can specify the display theme.
|
||||
# theme = dark
|
||||
theme = light
|
||||
# theme = light
|
||||
theme = dark
|
||||
|
||||
# Specify the number of colors to use
|
||||
# valid colormodes are:
|
||||
|
@ -492,12 +492,12 @@ enable_node = no
|
|||
node_name = None
|
||||
|
||||
# Automatic announce interval in minutes.
|
||||
# 12 hours by default.
|
||||
# 6 hours by default.
|
||||
|
||||
announce_interval = 720
|
||||
announce_interval = 360
|
||||
|
||||
# Whether to announce when the node starts
|
||||
|
||||
announce_at_start = No
|
||||
announce_at_start = Yes
|
||||
|
||||
'''.splitlines()
|
Loading…
Add table
Add a link
Reference in a new issue