feat: enable batch indexing by default
This commit is contained in:
@@ -98,7 +98,7 @@ describe("memory search config", () => {
|
||||
apiKey: "default-key",
|
||||
headers: { "X-Default": "on" },
|
||||
batch: {
|
||||
enabled: false,
|
||||
enabled: true,
|
||||
wait: true,
|
||||
pollIntervalMs: 5000,
|
||||
timeoutMinutes: 60,
|
||||
|
||||
Reference in New Issue
Block a user