This is my QMD config
"memory": { "backend": "qmd", "citations": "auto", "qmd": { "includeDefaultMemory": true, "paths": [ { "name": "workspace", "path": "/root/.openclaw/workspace", "pattern": "**/*.md" }, { "name": "memory", "path": "/root/.openclaw/workspace/memory", "pattern": "*.md" } ], "update": { "interval": "5m", "embedInterval": "30m", "onBoot": true, "debounceMs": 15000, "waitForBootSync": false }, "limits": { "maxResults": 5, "maxInjectedChars": 3000, "timeoutMs": 300000 } } }
It shows that the interval of auto indexing and auto embed is 5m and 30m
But actually it do not happen (i ask Claw to test it in the log)
tail -f ~/.openclaw/logs/openclaw.log | grep -i "memory\|qmd"
And it keeps asking me to use cronjob or manual update to achieve this
Where did I do wrong ?
Please help @deep elk