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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,10 +12,10 @@ 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 ~10 minutes (active threads) to 4 hours using exponential backoff. Minimum poll time is defined as `5min × 2^(hours_since_post / 3)`, with a 10-minute polling loop; shared fetch for all subscribers to minimize load.
16
-
**User limits:** Maximum 20 threads per email address. Notifications batch up to 10 posts to prevent spam.
17
-
**Security:** Token-based subscription management. mail content sanitized to prevent XSS and phishing.
18
-
**Email quality:** Dark mode support, WCAG AA compliant, clickable post anchors linking directly to specific posts.
15
+
-**Respectful polling:** Adaptive intervals from ~10 minutes (active threads) to 4 hours using exponential backoff. Minimum poll time is defined as `5min × 2^(hours_since_post / 3)`, with a 10-minute polling loop; shared fetch for all subscribers to minimize load.
16
+
-**User limits:** Maximum 20 threads per email address. Notifications batch up to 10 posts to prevent spam.
17
+
-**Security:** Token-based subscription management. mail content sanitized to prevent XSS and phishing.
18
+
-**Email quality:** Dark mode support, WCAG AA compliant, clickable post anchors linking directly to specific posts.
0 commit comments