perf: speed up memory batch polling
This commit is contained in:
@@ -71,7 +71,11 @@ export function registerMemoryCli(program: Command) {
|
||||
});
|
||||
if (opts.index) {
|
||||
await withProgressTotals(
|
||||
{ label: "Indexing memory…", total: 0 },
|
||||
{
|
||||
label: "Indexing memory…",
|
||||
total: 0,
|
||||
fallback: opts.verbose ? "line" : undefined,
|
||||
},
|
||||
async (update, progress) => {
|
||||
try {
|
||||
await manager.sync({
|
||||
|
||||
Reference in New Issue
Block a user