Skip to content

Commit 55f04a0

Browse files
fix(docs): correct session timeout and concurrency defaults in COST_MODEL
- Session timeout: 8 hours → 9 hours (matches task-orchestrator.ts:173) - Concurrency limit: 2 → 3 (matches task-orchestrator.ts:163 default) Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 0a48dba commit 55f04a0

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

docs/design/COST_MODEL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ For multi-user deployments, cost should be attributable to individual users and
7676
|---|---|---|
7777
| Turn limit | `max_turns` per task | 100 |
7878
| Cost budget | `max_budget_usd` per task | None (unlimited) |
79-
| Session timeout | Orchestrator timeout | 8 hours |
80-
| Concurrency limit | Per-user atomic counter | 2 concurrent tasks |
79+
| Session timeout | Orchestrator timeout | 9 hours |
80+
| Concurrency limit | Per-user atomic counter | 3 concurrent tasks |
8181
| System concurrency | System-wide counter | Account-level AgentCore quota |
8282

8383
## Additional guardrails

docs/src/content/docs/architecture/Cost-model.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,8 @@ For multi-user deployments, cost should be attributable to individual users and
8080
|---|---|---|
8181
| Turn limit | `max_turns` per task | 100 |
8282
| Cost budget | `max_budget_usd` per task | None (unlimited) |
83-
| Session timeout | Orchestrator timeout | 8 hours |
84-
| Concurrency limit | Per-user atomic counter | 2 concurrent tasks |
83+
| Session timeout | Orchestrator timeout | 9 hours |
84+
| Concurrency limit | Per-user atomic counter | 3 concurrent tasks |
8585
| System concurrency | System-wide counter | Account-level AgentCore quota |
8686

8787
## Additional guardrails

0 commit comments

Comments
 (0)