feat: add SQLite write-ahead log and shared memory files.

This commit is contained in:
tinix-ai
2026-04-09 16:19:39 +07:00
parent f12cedf6d0
commit c3a69d145b
68 changed files with 9079 additions and 42 deletions
+1 -1
View File
@@ -161,7 +161,7 @@ class ProjectManager:
sg_str = "[]"
try:
sg_list = json.loads(sg_str) if sg_str else []
except:
except (json.JSONDecodeError, TypeError, ValueError):
sg_list = []
# Xây dựng lại dự án