From 897d998e7dfb60ed8f785425e590d75c3918bef0 Mon Sep 17 00:00:00 2001
From: Pierre Ozoux <pierre@ozoux.net>
Date: Wed, 14 Dec 2016 10:16:26 +0000
Subject: [PATCH] odoo timeout

---
 templates/haproxy.cfg.tmpl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/templates/haproxy.cfg.tmpl b/templates/haproxy.cfg.tmpl
index 6a754dd..ab848f4 100644
--- a/templates/haproxy.cfg.tmpl
+++ b/templates/haproxy.cfg.tmpl
@@ -18,7 +18,7 @@ defaults
   compression type text/html text/plain text/css application/javascript
   timeout connect 5000
   timeout client 50000
-  timeout server 50000
+  timeout server 500000
 
 frontend http-in
   bind *:80
-- 
GitLab