From bb98a512f30f03ad74af5b21d9d4d807dad86dce Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Wed, 3 Jan 2024 13:05:38 +0100 Subject: [PATCH] Added page and file refresh intervals to guide --- nomadnet/ui/textui/Guide.py | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/nomadnet/ui/textui/Guide.py b/nomadnet/ui/textui/Guide.py index 1b64a4e..e9d9d27 100644 --- a/nomadnet/ui/textui/Guide.py +++ b/nomadnet/ui/textui/Guide.py @@ -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`! >>>>