From 0f7f6f5c143622b7419745285a4f27dacee77a52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Tue, 17 Jan 2023 16:50:59 +0100 Subject: [PATCH] session_db: explain why such as module is useful --- session_db/readme/DESCRIPTION.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/session_db/readme/DESCRIPTION.rst b/session_db/readme/DESCRIPTION.rst index 2b129a053..ee705201a 100644 --- a/session_db/readme/DESCRIPTION.rst +++ b/session_db/readme/DESCRIPTION.rst @@ -1 +1,3 @@ -Store sessions in a database instead of the filesystem. +Store sessions in a database instead of the filesystem. This simplifies the +configuration of horizontally scalable deployments, by avoiding the need for a +distributed filesystem to store the Odoo sessions.