perf(test): lower synthetic payload in embedding batch split case

This commit is contained in:
Peter Steinberger
2026-02-13 22:43:13 +00:00
parent faeac955b5
commit 1aa746f042

View File

@@ -51,7 +51,7 @@ describe("memory embedding batches", () => {
it("splits large files across multiple embedding batches", async () => {
const line = "a".repeat(200);
const content = Array.from({ length: 50 }, () => line).join("\n");
const content = Array.from({ length: 40 }, () => line).join("\n");
await fs.writeFile(path.join(workspaceDir, "memory", "2026-01-03.md"), content);
const cfg = {