Reduce departure polling interval from 5s to 30s #4

Closed
opened 2026-02-15 04:56:26 -08:00 by kyle · 0 comments
Owner

Problem: Departures were being fetched every 5 seconds, which is excessive for transit data that updates roughly every 30 seconds. This created unnecessary server load and API traffic.

Solution: Changed from 5000ms to 30000ms in constants.js and the fallback in index.html.

Files changed:

**Problem:** Departures were being fetched every 5 seconds, which is excessive for transit data that updates roughly every 30 seconds. This created unnecessary server load and API traffic. **Solution:** Changed from 5000ms to 30000ms in constants.js and the fallback in index.html. **Files changed:** - -
kyle closed this issue 2026-02-15 05:05:25 -08:00
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: kyle/SignageHTML#4