Friday, November 21, 2025
1 change · saas-18.3
Enhancements to existing features
The system now waits longer between homepage data updates when a browser tab stays open, instead of checking too frequently at first. This reduces unnecessary requests to the IoT Box and helps keep it more responsive over time.
Original PR description
In order to avoid spamming the IoT Box with requests to update the homepage when a tab is kept open, we now progressively delay the `/data` fetch during the first 30min to end up fetching only once every 30min. Forward-Port-Of: odoo/odoo#236664