mirror of
https://github.com/openclaw/openclaw.git
synced 2026-06-06 05:32:53 +00:00
fix(memory): keep embedding timeout watchdog active
This commit is contained in:
@@ -143,7 +143,6 @@ export async function runEmbeddingOperationWithTimeout<T>(params: {
|
||||
reject(error);
|
||||
controller.abort(error);
|
||||
}, timeoutMs);
|
||||
timer.unref?.();
|
||||
});
|
||||
try {
|
||||
const operation = params.run(controller.signal);
|
||||
|
||||
Reference in New Issue
Block a user