Problem
When using the OpenClaw plugin's auto-recall feature, if the embedding model (e.g., qwen3-embedding:0.6b) runs on local CPU, it takes ~8-10 seconds per embedding call. This easily triggers the hardcoded 15s timeout in auto-recall.js, causing failures at ~6-7 seconds.
Suggestion
Add a configurable timeout option (e.g., autoRecallTimeoutMs) so users can adjust based on their hardware. Example config:
{
"openviking": {
"autoRecallTimeoutMs": 30000
}
}
Environment
- OpenViking: 0.3.21 (local install)
- Deployment: Local Python server (non-Docker)
- Embedding: qwen3-embedding:0.6b on CPU
- OpenClaw: 2026.5.28
Related
Reported by: OpenClaw user (2026-06-03)
Problem
When using the OpenClaw plugin's auto-recall feature, if the embedding model (e.g., qwen3-embedding:0.6b) runs on local CPU, it takes ~8-10 seconds per embedding call. This easily triggers the hardcoded 15s timeout in auto-recall.js, causing failures at ~6-7 seconds.
Suggestion
Add a configurable timeout option (e.g.,
autoRecallTimeoutMs) so users can adjust based on their hardware. Example config:{ "openviking": { "autoRecallTimeoutMs": 30000 } }Environment
Related
Reported by: OpenClaw user (2026-06-03)