From eed10f697c8b28c3b4df1c208cb9cb1c6f307876 Mon Sep 17 00:00:00 2001 From: lichenblankie Date: Fri, 5 Jun 2026 01:01:01 +0000 Subject: [PATCH] README: auto-discovery and storage retention docs --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f7c382..72d04e4 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,14 @@ All moderation is local — you control your view: ## Sync -- Forum instances discover each other via Reticulum +- Forum instances auto-discover each other via RNS announces - Content is exchanged as JSON over RNS links every 5 minutes +- Peer discovery propagates through gossip — each instance shares its known peers - Block lists and retractions are gossiped alongside content - Only new/updated content is transferred (timestamp-based) +- Auto-discovery can be disabled in the moderation page + +## Storage + +- Threads are pruned after 30 days by default (configurable in moderation page) +- Set retention to 0 to keep everything indefinitely