From: Or Friedmann Date: Mon, 4 May 2020 08:32:11 +0000 (+0300) Subject: rgw: increase civetweb request timeout to 65 seconds X-Git-Tag: v16.1.0~1751^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=b0c128032d78311ed3030caef6d2a60b2ef64f54;p=ceph.git rgw: increase civetweb request timeout to 65 seconds Fixes: https://tracker.ceph.com/issues/45239 Signed-off-by: Or Friedmann --- diff --git a/src/rgw/rgw_civetweb_frontend.cc b/src/rgw/rgw_civetweb_frontend.cc index 4656adb58df5..a688671449a6 100644 --- a/src/rgw/rgw_civetweb_frontend.cc +++ b/src/rgw/rgw_civetweb_frontend.cc @@ -96,6 +96,7 @@ int RGWCivetWebFrontend::run() set_conf_default(conf_map, "canonicalize_url_path", "no"); set_conf_default(conf_map, "enable_auth_domain_check", "no"); set_conf_default(conf_map, "allow_unicode_in_urls", "yes"); + set_conf_default(conf_map, "request_timeout_ms", "65000"); std::string listening_ports; // support multiple port= entries