Merge pull request #22 from theasci/max_stat_cache_size_typo

Fix typos in docs for max_stat_cache_size (the default is actually 1000)
This commit is contained in:
Takeshi Nakatani 2014-03-16 13:48:21 +09:00
commit c003076053
2 changed files with 2 additions and 2 deletions

View File

@ -102,7 +102,7 @@ time to wait for connection before giving up.
\fB\-o\fR readwrite_timeout (default="30" seconds) \fB\-o\fR readwrite_timeout (default="30" seconds)
time to wait between read/write activity before giving up. time to wait between read/write activity before giving up.
.TP .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 maximum number of entries in the stat cache
.TP .TP
\fB\-o\fR stat_cache_expire (default is no expire) \fB\-o\fR stat_cache_expire (default is no expire)

View File

@ -889,7 +889,7 @@ void show_help (void)
" readwrite_timeout (default=\"30\" seconds)\n" " readwrite_timeout (default=\"30\" seconds)\n"
" - time to wait between read/write activity before giving up\n" " - time to wait between read/write activity before giving up\n"
"\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" " - maximum number of entries in the stat cache\n"
"\n" "\n"
" stat_cache_expire (default is no expire)\n" " stat_cache_expire (default is no expire)\n"