#concurrency limit

5 messages · Page 1 of 1 (latest)

crisp kettle
#

My provider "ollama cloud pro" says there is a limit of 3 concurrcency, is there a way to set that in openclaw?

spare prawnBOT
north ferryBOT
#

To help others find answers, you can mark your question as solved via Right click solution message -> Apps -> ✅ Mark Solution

spare prawnBOT
open blazeBOT
#

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: