How do I adjust the idleTimeoutSeconds, I want to make it bigger because I keep getting this message:
"The model did not produce a response before the LLM idle timeout. Please try again, or increase agents.defaults.llm.idleTimeoutSeconds in your config (set to 0 to disable)."
when I use a big prompt
I am on version 2026.4.25-beta.11
this is ran on a mac mini, a computer dedicated to my openclaw only.
In the config I see this:
"agents": {
"defaults": {
"model": {
"primary": "minimax-portal/MiniMax-M2.7",
"fallbacks": []
},
"thinkingDefault": "low",
"compaction": {
"mode": "default"
},
"models": {
"minimax-portal/MiniMax-M2.7": {
"alias": "minimax-m2.7"
},
"minimax-portal/MiniMax-M2.7-highspeed": {
"alias": "minimax-m2.7-highspeed"
}
},
"workspace": "/Users/agentix/.openclaw/workspace",
"heartbeat": {
"every": "60s",
"model": "ollama/llama3.2:3b",
"lightContext": true
}
},