From: Casey Bodley Date: Mon, 27 Aug 2018 18:45:35 +0000 (-0400) Subject: rgw: raise default rgw_curl_low_speed_time to 300 seconds X-Git-Tag: v12.2.9~125^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F24046%2Fhead;p=ceph.git 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) --- diff --git a/src/common/options.cc b/src/common/options.cc index 1ed027c9bebd..0737b5a9aa61 100644 --- a/src/common/options.cc +++ b/src/common/options.cc @@ -5208,7 +5208,7 @@ std::vector