Compare commits
1 Commits
4538d59b1d
...
f067c13d67
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f067c13d67 |
@@ -1789,7 +1789,8 @@ skew issues) and simpler than UUIDs (integer comparison vs. string comparison).
|
||||
### Data Lifecycle
|
||||
|
||||
- **Messages**: Rotated per `MAX_HISTORY` — oldest messages beyond the limit
|
||||
are pruned periodically per target (channel or DM).
|
||||
are pruned periodically per target (channel or DM). Orphaned messages (no
|
||||
longer referenced by any client queue) are also removed.
|
||||
- **Queue entries**: Pruned automatically when older than `QUEUE_MAX_AGE`
|
||||
(default 48h).
|
||||
- **Channels**: Deleted when the last member leaves (ephemeral).
|
||||
|
||||
Reference in New Issue
Block a user