Skip to content

[Feature Request] Make AUTO_RECALL_TIMEOUT_MS configurable via config #2391

@jlin53882

Description

@jlin53882

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Status
    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions