Saturday, December 6, 2025
1 change · saas-18.3
Resolved issues and error corrections
This update resolves an issue where the server logging system was experiencing excessive queue buildup. The change reverts a recent update that increased the logging frequency, restoring a more stable and efficient logging process. This ensures data is recorded reliably without performance bottlenecks.
Original PR description
Based on this review of https://github.com/odoo/odoo/pull/238740 this pr reverts the flush interval to 0.5s introduced in https://github.com/odoo/odoo/pull/238648 to avoid queue saturation. --- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr Forward-Port-Of: odoo/odoo#238912