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-3Lines changed: 1 addition & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,9 +8,7 @@ Email notifications for ADVRider threads. Built for Cloud Run, written in Go.
8
8
9
9
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.
10
10
11
-
## How it works
12
-
13
-
Subscribe to any ADVRider thread and get emails when new posts appear.
11
+
## Features
14
12
15
13
-**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
14
-**User limits:** Maximum 20 threads per email address. Notifications batch up to 10 posts to prevent spam.
0 commit comments