chore: reduce gemini concurrency to 1 (free tier quota)
Co-Authored-By: Virgil <virgil@lethean.io>
This commit is contained in:
parent
0b8d7b13ed
commit
d659f1c2c9
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ dispatch:
|
|||
# Per-agent concurrency limits (0 = unlimited)
|
||||
concurrency:
|
||||
claude: 1
|
||||
gemini: 3
|
||||
gemini: 1
|
||||
codex: 1
|
||||
|
||||
# Rate limiting / quota management
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue