Compare commits
1 Commits
f067c13d67
...
4538d59b1d
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4538d59b1d |
@@ -1789,8 +1789,7 @@ 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). Orphaned messages (no
|
||||
longer referenced by any client queue) are also removed.
|
||||
are pruned periodically per target (channel or DM).
|
||||
- **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