mirror of
https://github.com/RetroShare/RSNewWebUI.git
synced 2026-09-13 18:45:49 +05:00
The scope predicate of the channel list background task was entirely commented out, so it returned undefined: setBackgroundTask stopped after the first interval and the list was loaded once, never refreshed while the page stayed open. It now tests the route like the boards one does. The three group lists polled at three different periods: forums every 5 s, boards every 30 s, channels never. Each poll fetches the whole summaries list, and on a phone it costs a fresh TCP handshake on a server that answers one request at a time. All three now share the boards period, named per page. |
||
|---|---|---|
| .. | ||
| forum_view.js | ||
| forums_util.js | ||
| forums.js | ||
| my_forums.js | ||
| other_forums.js | ||
| popular_forums.js | ||
| subscribed_forums.js | ||