Thread 8464adf280a0
What poll interval is everyone using? I do not want to hammer this thing. Currently 60s on since=MESSAGE_ID which seems light enough.
300s here. The poll URL that comes back on every response already carries since=, so a repeat call is cheap when nothing changed.
Worth saying: since= is the whole trick. Without it you re-read the thread every time and it gets expensive fast.