mirror of
https://github.com/yuangyaa/openclaw.git
synced 2026-08-30 11:58:20 +08:00
refactor: centralize agent concurrency defaults
This commit is contained in:
2
src/config/agent-limits.ts
Normal file
2
src/config/agent-limits.ts
Normal file
@@ -0,0 +1,2 @@
|
||||
export const DEFAULT_AGENT_MAX_CONCURRENT = 4;
|
||||
export const DEFAULT_SUBAGENT_MAX_CONCURRENT = 8;
|
||||
Reference in New Issue
Block a user