#concurrency limit
5 messages · Page 1 of 1 (latest)
5 messages · Page 1 of 1 (latest)
My provider "ollama cloud pro" says there is a limit of 3 concurrcency, is there a way to set that in openclaw?
Yep, the main knob is agents.defaults.maxConcurrent.
If your Ollama Cloud plan allows 3 concurrent requests, set:
{
agents: {
defaults: {
maxConcurrent: 3,
},
},
}
Or via CLI: