Skip to content

Commit a5a5344

Browse files
committed
updated the description for refreshing directories
1 parent 9e383ad commit a5a5344

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

src/config.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
/**
2727
* \brief The default refresh_timeout
2828
*/
29-
#define DEFAULT_REFRESH_TIMEOUT 86400
29+
#define DEFAULT_REFRESH_TIMEOUT 3600
3030

3131
/**
3232
* \brief Operation modes

src/main.c

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

0 commit comments

Comments
 (0)