From 6f08a9d7c4e8aeda16b268d333b11a8b50fe3edc Mon Sep 17 00:00:00 2001 From: Koala <6156589+Shik3i@users.noreply.github.com> Date: Mon, 25 May 2026 11:57:37 +0200 Subject: [PATCH] fix: restore auth failure records retention line, update to 15 minutes --- PRIVACY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/PRIVACY.md b/PRIVACY.md index c63e572..602f5f7 100644 --- a/PRIVACY.md +++ b/PRIVACY.md @@ -16,6 +16,7 @@ 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 | 15 minutes | Periodic cleanup | | Connection rate-limit counters | 60 seconds | Automatic expiry | | Event rate-limit counters | 10 seconds | Automatic expiry + periodic cleanup |