Friday, June 26, 2026
1 change · 17.0
Enhancements to existing features
This change lets operators adjust how quickly unused database connections are closed in Odoo. It helps reduce memory use in environments with limited resources by allowing idle connections to be cleared more aggressively when needed.
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