mirror of
https://github.com/sabnzbd/sabnzbd.git
synced 2026-09-15 06:58:20 -04:00
Optimize how session activity (last seen, IP, user agent) is persisted by decoupling frequent in-memory updates from throttled disk writes. Ensure the session list and revoke button accurately reflect valid sessions and current login credentials. Add explicit session flushing at shutdown and refactor login configuration checks into a dedicated helper function.