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
|
### Data Lifecycle
|
||||||
|
|
||||||
- **Messages**: Rotated per `MAX_HISTORY` — oldest messages beyond the limit
|
- **Messages**: Rotated per `MAX_HISTORY` — oldest messages beyond the limit
|
||||||
are pruned periodically per target (channel or DM). Orphaned messages (no
|
are pruned periodically per target (channel or DM).
|
||||||
longer referenced by any client queue) are also removed.
|
|
||||||
- **Queue entries**: Pruned automatically when older than `QUEUE_MAX_AGE`
|
- **Queue entries**: Pruned automatically when older than `QUEUE_MAX_AGE`
|
||||||
(default 48h).
|
(default 48h).
|
||||||
- **Channels**: Deleted when the last member leaves (ephemeral).
|
- **Channels**: Deleted when the last member leaves (ephemeral).
|
||||||
|
|||||||
Reference in New Issue
Block a user