Skip to content

Commit

Permalink
updated the description for refreshing directories
Browse files Browse the repository at this point in the history
  • Loading branch information
fangfufu committed May 11, 2024
1 parent 9e383ad commit a5a5344
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
/**
* \brief The default refresh_timeout
*/
#define DEFAULT_REFRESH_TIMEOUT 86400
#define DEFAULT_REFRESH_TIMEOUT 3600

/**
* \brief Operation modes
Expand Down
3 changes: 2 additions & 1 deletion src/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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\
Expand Down

0 comments on commit a5a5344

Please sign in to comment.