Skip to content

Commit 9551a3c

Browse files
authored
Update README.md
1 parent bb8fd67 commit 9551a3c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ 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 ~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.
1919

2020
## Running locally
2121

0 commit comments

Comments
 (0)