mirror of
https://github.com/s3fs-fuse/s3fs-fuse.git
synced 2025-01-22 21:38:24 +00:00
Fix typos in docs for max_stat_cache_size (the default is actually 1000)
This commit is contained in:
parent
b35f8ded46
commit
74fb29d9fb
@ -102,7 +102,7 @@ time to wait for connection before giving up.
|
||||
\fB\-o\fR readwrite_timeout (default="30" seconds)
|
||||
time to wait between read/write activity before giving up.
|
||||
.TP
|
||||
\fB\-o\fR max_stat_cache_size (default="10000" entries (about 4MB))
|
||||
\fB\-o\fR max_stat_cache_size (default="1000" entries (about 4MB))
|
||||
maximum number of entries in the stat cache
|
||||
.TP
|
||||
\fB\-o\fR stat_cache_expire (default is no expire)
|
||||
|
@ -889,7 +889,7 @@ void show_help (void)
|
||||
" readwrite_timeout (default=\"30\" seconds)\n"
|
||||
" - time to wait between read/write activity before giving up\n"
|
||||
"\n"
|
||||
" max_stat_cache_size (default=\"10000\" entries (about 4MB))\n"
|
||||
" max_stat_cache_size (default=\"1000\" entries (about 4MB))\n"
|
||||
" - maximum number of entries in the stat cache\n"
|
||||
"\n"
|
||||
" stat_cache_expire (default is no expire)\n"
|
||||
|
Loading…
x
Reference in New Issue
Block a user