You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ ADVRider's built-in notifications only email you once after your last visit. Thi
12
12
13
13
Subscribe to any ADVRider thread and get emails when new posts appear.
14
14
15
-
**Respectful polling:** Adaptive intervals from 5 minutes (active threads) to 4 hours (quiet threads) using exponential backoff: `5min × 2^(hours_since_post / 3)`. Each thread is scraped once per cycle regardless of subscriber count, minimizing server load.
15
+
**Respectful polling:** Adaptive intervals from 5 minutes (active threads) to 4 hours (quiet threads) using exponential backoff: `5min × 2^(hours_since_post / 3)`. Polling cycles are triggered every 10 minutes via Cloud Scheduler, making the real-world minimum check interval ~10 minutes for active threads. Each thread is scraped once per cycle regardless of subscriber count, minimizing server load.
16
16
17
17
**User limits:** Maximum 20 threads per email address. Notifications batch up to 10 posts to prevent spam.
0 commit comments