Juan Hernandez has uploaded a new change for review. Change subject: pacakginge: Increase AJP timeout to 1 hour ......................................................................
pacakginge: Increase AJP timeout to 1 hour We need this longer timeout from some very long operations performed using the REST API. This should be reduced once we implement asynchronous operations. Change-Id: I6fb97b087769f1b19f12ccb590861a2f7b559dc2 Bug-Url: https://bugzilla.redhat.com/853045 Signed-off-by: Juan Hernandez <juan.hernan...@redhat.com> --- M packaging/fedora/setup/ovirt-engine-proxy.conf.in 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/16/8716/1 diff --git a/packaging/fedora/setup/ovirt-engine-proxy.conf.in b/packaging/fedora/setup/ovirt-engine-proxy.conf.in index 97f5f9a..e51e934 100644 --- a/packaging/fedora/setup/ovirt-engine-proxy.conf.in +++ b/packaging/fedora/setup/ovirt-engine-proxy.conf.in @@ -21,7 +21,7 @@ # (controlled by the Timeout directive in httpd.conf) is 60 seconds. # #end raw -ProxyPass / ajp://localhost:${basedefs.JBOSS_AJP_PORT}/ retry=5 timeout=600 +ProxyPass / ajp://localhost:${basedefs.JBOSS_AJP_PORT}/ retry=5 timeout=3600 #raw # -- To view, visit http://gerrit.ovirt.org/8716 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I6fb97b087769f1b19f12ccb590861a2f7b559dc2 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Juan Hernandez <juan.hernan...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches