From d29faf8e2903f33417eb5e1196b1fd764149b7e8 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 (cherry picked from commit 2fe357657158f6454865b9c37314fa8cfdfc4771) --- 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 878f84b71f51a..b81ad60a331f1 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -5741,7 +5741,7 @@ std::vector