feat: speed up memory batch indexing

This commit is contained in:
Peter Steinberger
2026-01-18 01:24:16 +00:00
parent f73dbdbaea
commit 8b1bec11d0
11 changed files with 103 additions and 5 deletions

View File

@@ -81,6 +81,7 @@ describe("memory search config", () => {
expect(resolved?.remote?.batch).toEqual({
enabled: true,
wait: true,
concurrency: 2,
pollIntervalMs: 5000,
timeoutMinutes: 60,
});
@@ -133,6 +134,7 @@ describe("memory search config", () => {
batch: {
enabled: true,
wait: true,
concurrency: 2,
pollIntervalMs: 5000,
timeoutMinutes: 60,
},