Monday, June 29, 2026
1 change · saas-19.2
Enhancements to existing features
This change lets operators adjust how long unused database connections stay open by using an environment setting. It helps reduce memory usage in environments where keeping too many idle connections alive could strain resources.
Original PR description
In memory-scarce environments, the default 10-minute idle timeout may keep too many backend connections alive. Allow operators to override it via the ODOO_DB_MAX_IDLE_TIMEOUT environment variable to evict idle connections more aggressively. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#271785