File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 26
26
/**
27
27
* \brief The default refresh_timeout
28
28
*/
29
- #define DEFAULT_REFRESH_TIMEOUT 86400
29
+ #define DEFAULT_REFRESH_TIMEOUT 3600
30
30
31
31
/**
32
32
* \brief Operation modes
Original file line number Diff line number Diff line change @@ -375,7 +375,8 @@ HTTPDirFS options:\n\
375
375
to 1TB in size using the default segment size.\n\
376
376
--max-conns Set maximum number of network connections that\n\
377
377
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\
379
380
--retry-wait Set delay in seconds before retrying an HTTP request\n\
380
381
after encountering an error. (default: 5)\n\
381
382
--user-agent Set user agent string (default: \"HTTPDirFS\")\n\
You can’t perform that action at this time.
0 commit comments