updated the description for refreshing directories

This commit is contained in:
Fufu Fang 2024-05-11 17:28:23 +01:00
parent 9e383ad7a3
commit a5a53442b2
No known key found for this signature in database
GPG Key ID: 8A4CB08B0A7E27CE
2 changed files with 3 additions and 2 deletions

View File

@ -26,7 +26,7 @@
/**
* \brief The default refresh_timeout
*/
#define DEFAULT_REFRESH_TIMEOUT 86400
#define DEFAULT_REFRESH_TIMEOUT 3600
/**
* \brief Operation modes

View File

@ -375,7 +375,8 @@ HTTPDirFS options:\n\
to 1TB in size using the default segment size.\n\
--max-conns Set maximum number of network connections that\n\
libcurl is allowed to make. (default: 10)\n\
--refresh-timeout X Refresh directories after X seconds\n\
--refresh-timeout The directories are refreshed after the specified\n\
time, in seconds (default: 3600)\n\
--retry-wait Set delay in seconds before retrying an HTTP request\n\
after encountering an error. (default: 5)\n\
--user-agent Set user agent string (default: \"HTTPDirFS\")\n\