docs: update PRIVACY.md and ARCHITECTURE.md for v1.7.0 changes

This commit is contained in:
Koala
2026-05-25 11:56:46 +02:00
parent ed24a4c263
commit 440ed2db47
2 changed files with 10 additions and 6 deletions
-1
View File
@@ -16,7 +16,6 @@ KoalaSync does not use a database. All active session data exists only in the se
| Session data (peerId, username, video metadata) | Duration of session | User leaves room or disconnects |
| Room state | 2 hours max | Last peer leaves, or inactivity timeout |
| Failed auth lockout records | 15 minutes | Automatic expiry |
| Auth failure records | 1 hour | Periodic cleanup |
| Connection rate-limit counters | 60 seconds | Automatic expiry |
| Event rate-limit counters | 10 seconds | Automatic expiry + periodic cleanup |