From cb68d1a71a34bb8f5a0de7a4b4b9bf90d5c51fff Mon Sep 17 00:00:00 2001 From: minhng92 Date: Wed, 15 Oct 2025 15:55:41 +0700 Subject: [PATCH] add options not exposed on the cmd --- etc/odoo.conf | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/etc/odoo.conf b/etc/odoo.conf index d7e7c47..2535225 100755 --- a/etc/odoo.conf +++ b/etc/odoo.conf @@ -438,3 +438,31 @@ dev_mode = reload ; --limit-request | type = int | Maximum number of request to be processed per worker (default 8192). ; ------ ; limit_request = 8192 + +; =========================================== +; | Options not exposed on the command line | +; =========================================== +; ------ +; csv_internal_sep | Internal CSV separator character +; ------ +; csv_internal_sep = , +; ------ +; default_productivity_apps | type = bool | Install default productivity apps in new databases +; ------ +; default_productivity_apps = False +; ------ +; reportgz | type = bool | Enable gzip compression for reports +; ------ +; reportgz = False +; ------ +; websocket_keep_alive_timeout | type = int | WebSocket keep-alive timeout in seconds +; ------ +; websocket_keep_alive_timeout = 3600 +; ------ +; websocket_rate_limit_burst | type = int | WebSocket rate limit burst size +; ------ +; websocket_rate_limit_burst = 10 +; ------ +; websocket_rate_limit_delay | type = float | WebSocket rate limit delay in seconds +; ------ +; websocket_rate_limit_delay = 0.2