diff --git a/webassets/js/bands.js b/webassets/js/bands.js index f8cfba7..9166ce5 100644 --- a/webassets/js/bands.js +++ b/webassets/js/bands.js @@ -46,7 +46,7 @@ function startSSEConnection() { // Debounce. Wait 500ms after the last message before re-rendering to avoid too many ugly flashes clearTimeout(updateBandsDebounceId); - updateBandsDebounceId = setTimeout(updateBands, 500); + updateBandsDebounceId = setTimeout(updateBands, 5000); }; evtSource.onerror = function () {