Skip to content

Commit 8b178d6

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

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@ Email notifications for ADVRider threads. Built for Cloud Run, written in Go.
88

99
ADVRider's built-in notifications only email you once after your last visit. This keeps the conversation going by emailing every new post until you unsubscribe.
1010

11-
## How it works
12-
13-
Subscribe to any ADVRider thread and get emails when new posts appear.
11+
## Features
1412

1513
- **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.
1614
- **User limits:** Maximum 20 threads per email address. Notifications batch up to 10 posts to prevent spam.

0 commit comments

Comments
 (0)