From 2fe357657158f6454865b9c37314fa8cfdfc4771 Mon Sep 17 00:00:00 2001 From: Casey Bodley Date: Mon, 27 Aug 2018 14:45:35 -0400 Subject: [PATCH] rgw: raise default rgw_curl_low_speed_time to 300 seconds this timeout is mainly to avoid waiting forever when a sync connection goes away without seeing a close. a 30-second timeout is much more likely to catch other delays like loaded osds - and timeout/retry will increase that load Fixes: http://tracker.ceph.com/issues/27989 Signed-off-by: Casey Bodley --- src/common/options.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/options.cc b/src/common/options.cc index 233255d48f9..4db4b16380c 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -5875,7 +5875,7 @@ std::vector