mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 22:58:26 +00:00
feat: speed up memory batch indexing
This commit is contained in:
@@ -210,6 +210,7 @@ export const MemorySearchSchema = z
|
||||
.object({
|
||||
enabled: z.boolean().optional(),
|
||||
wait: z.boolean().optional(),
|
||||
concurrency: z.number().int().positive().optional(),
|
||||
pollIntervalMs: z.number().int().nonnegative().optional(),
|
||||
timeoutMinutes: z.number().int().positive().optional(),
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user