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 <cbodley@redhat.com>
(cherry picked from commit
2fe357657158f6454865b9c37314fa8cfdfc4771)
"to consider it to be too slow and abort. Set it zero to disable this."),
Option("rgw_curl_low_speed_time", Option::TYPE_INT, Option::LEVEL_ADVANCED)
- .set_default(30)
+ .set_default(300)
.set_long_description(
"It contains the time in number seconds that the transfer speed should be below "
"the rgw_curl_low_speed_limit for the library to consider it too slow and abort. "