Skip to content

Commit acc5de8

Browse files
Thomas StrombergThomas Stromberg
authored andcommitted
polling cycles
1 parent a03dc75 commit acc5de8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ADVRider's built-in notifications only email you once after your last visit. Thi
1212

1313
Subscribe to any ADVRider thread and get emails when new posts appear.
1414

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.
1616

1717
**User limits:** Maximum 20 threads per email address. Notifications batch up to 10 posts to prevent spam.
1818

0 commit comments

Comments
 (0)