perf: improve batch status logging
This commit is contained in:
@@ -82,7 +82,7 @@ describe("memory search config", () => {
|
||||
enabled: true,
|
||||
wait: true,
|
||||
concurrency: 2,
|
||||
pollIntervalMs: 500,
|
||||
pollIntervalMs: 2000,
|
||||
timeoutMinutes: 60,
|
||||
});
|
||||
});
|
||||
@@ -135,7 +135,7 @@ describe("memory search config", () => {
|
||||
enabled: true,
|
||||
wait: true,
|
||||
concurrency: 2,
|
||||
pollIntervalMs: 500,
|
||||
pollIntervalMs: 2000,
|
||||
timeoutMinutes: 60,
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user