From 9cfbd001b5ab96669a42896d26f519eb47321b96 Mon Sep 17 00:00:00 2001 From: blankie 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 43b0941..26ebdd1 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