README: auto-discovery and storage retention docs
This commit is contained in:
parent
f8f9cb6337
commit
eed10f697c
1 changed files with 8 additions and 1 deletions
|
|
@ -44,7 +44,14 @@ All moderation is local — you control your view:
|
||||||
|
|
||||||
## Sync
|
## 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
|
- 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
|
- Block lists and retractions are gossiped alongside content
|
||||||
- Only new/updated content is transferred (timestamp-based)
|
- 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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue