Skip to content

Commit

Permalink
Added page and file refresh intervals to guide
Browse files Browse the repository at this point in the history
  • Loading branch information
markqvist committed Jan 3, 2024
1 parent ae0d4c6 commit bb98a51
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions nomadnet/ui/textui/Guide.py
Original file line number Diff line number Diff line change
Expand Up @@ -621,12 +621,24 @@ def focus_reader(self):
Determines where the node server will look for hosted pages. Must be a readable filesystem path.
<
>>>
`!page_refresh_interval = 0`!
>>>>
Determines the interval in seconds for rescanning the hosted pages path. By default, this option is disabled, and the pages path will only be scanned on startup.
<
>>>
`!files_path = ~/.nomadnetwork/storage/files`!
>>>>
Determines where the node server will look for downloadable files. Must be a readable filesystem path.
<
>>>
`!file_refresh_interval = 0`!
>>>>
Determines the interval in seconds for rescanning the hosted files path. By default, this option is disabled, and the files path will only be scanned on startup.
<
>>>
`!disable_propagation = no`!
>>>>
Expand Down

0 comments on commit bb98a51

Please sign in to comment.