fix: resolve critical stability issues in core, web, and browser tools

This commit is contained in:
Dusk1e
2026-04-03 21:50:59 +03:00
committed by Teknium
parent 6d357bb185
commit a09fa690f0
4 changed files with 15 additions and 12 deletions

View File

@@ -349,13 +349,6 @@ class SessionDB:
self._conn.commit()
def close(self):
"""Close the database connection."""
with self._lock:
if self._conn:
self._conn.close()
self._conn = None
# =========================================================================
# Session lifecycle
# =========================================================================