mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-09-13 04:03:30 +00:00
feat(session): reduce persistence storage size (#3048)
This commit is contained in:
+1
-1
@@ -1,3 +1,3 @@
|
||||
UPDATE sessions
|
||||
SET revision = revision + 1
|
||||
WHERE id = ?;
|
||||
WHERE session_key = ?;
|
||||
|
||||
Reference in New Issue
Block a user