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