Daily updates from Odoo
Monday, September 2, 2024
1 change · 17.0
Enhancements to existing features
The system now uses a more efficient connection method for printing reports by trying long polling first, then falling back to websockets only if needed. This change reduces the number of active websocket connections to Odoo, improving overall system performance and resource usage.
Original PR description
We are currently using websockets for every report action. We will now use longpolling first, then websocket if it fails. It will help reduce the amount of websockets communicating with Odoo. Task: 4106745