From a4786de518a5816f47d8ff813feecf05c8643004 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?R=C3=A9mi=20-=20Le=20Filament?= <remi@le-filament.com>
Date: Mon, 8 Aug 2022 12:36:08 +0200
Subject: [PATCH] [UPD] default values

---
 defaults/main.yml | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/defaults/main.yml b/defaults/main.yml
index 879c09f..7a72632 100644
--- a/defaults/main.yml
+++ b/defaults/main.yml
@@ -93,10 +93,13 @@ odoo_remote_db_access: false
 ## OPTIONAL - Extra host to be defined in Odoo docker /etc/hosts for local access and prevent DNS resolution
 # odoo_extra_host: "docs.example.org:172.17.0.1"
 ## OPTIONAL - update performance limits for Odoo (see https://www.odoo.com/documentation/14.0/developer/reference/cmdline.html)
-# odoo_limit_time_cpu: 60
-# odoo_limit_time_real: 120
+# odoo_db_maxconn: 64
+# odoo_limit_time_cpu: 300
+# odoo_limit_time_real: 600
 ## OPTIONAL - Extra variables to be added in odoo.conf
 # odoo_extra_conf: "log_level = debug"
+## OPTIONAL - update performance limits for Odoo (see https://www.odoo.com/documentation/14.0/developer/reference/cmdline.html)
+# postgres_options: "-c max_connections=100"
 
 ## OPTIONAL - Deploy Metabase
 metabase: false
-- 
GitLab