From 03589089106dc0a6936e3f5690fde9efa005a89a Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Thu, 10 Sep 2015 11:45:05 -0700 Subject: [PATCH] Correct help timeouts Follow-on to #167. --- src/s3fs_util.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/s3fs_util.cpp b/src/s3fs_util.cpp index ff3d273..64178f7 100644 --- a/src/s3fs_util.cpp +++ b/src/s3fs_util.cpp @@ -944,10 +944,10 @@ void show_help (void) " If you specify this option for set \"Content-Encoding\" HTTP \n" " header, please take care for RFC 2616.\n" "\n" - " connect_timeout (default=\"10\" seconds)\n" + " connect_timeout (default=\"300\" seconds)\n" " - time to wait for connection before giving up\n" "\n" - " readwrite_timeout (default=\"30\" seconds)\n" + " readwrite_timeout (default=\"60\" seconds)\n" " - time to wait between read/write activity before giving up\n" "\n" " max_stat_cache_size (default=\"1000\" entries (about 4MB))\n"