mirror of https://github.com/openclaw/openclaw.git
perf(test): speed async memory sync close coverage
This commit is contained in:
parent
4493f7325d
commit
dd8c0b694d
|
|
@ -34,7 +34,7 @@ describe("memory search async sync", () => {
|
|||
store: { path: indexPath },
|
||||
sync: { watch: false, onSessionStart: false, onSearch: true },
|
||||
query: { minScore: 0 },
|
||||
remote: { batch: { enabled: true, wait: true } },
|
||||
remote: { batch: { enabled: false, wait: false } },
|
||||
},
|
||||
},
|
||||
list: [{ id: "main", default: true }],
|
||||
|
|
|
|||
Loading…
Reference in New Issue