Skip to content

Commit d95f08d

Browse files
docs: update ACP prompt timeout default 60s→120s (#3245)
PR #3244 increased acpPromptTimeoutMs from 60000 to 120000. Docs still showed the old default. Updates: - docs/enterprise.md: default 60000→120000, 60s→120s - docs/getting-started.md: default 60000→120000
1 parent 1add189 commit d95f08d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/enterprise.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ All configuration is done via environment variables (prefixed `AEGIS_`). Legacy
266266
| `AEGIS_AUTH_TOKEN` | _(empty)_ | Master bearer token (empty = no auth) |
267267
| `AEGIS_STATE_DIR` | `~/.aegis` | State directory (sessions, PID file) |
268268
| `AEGIS_ACP_BIN` | _(auto)_ | Path to the ACP binary (auto-detected if empty) |
269-
| `AEGIS_ACP_PROMPT_TIMEOUT_MS` | `60000` | Timeout in ms for ACP JSON-RPC requests (default 60s). Increase for slow BYO-LLM proxy setups (min: 1000) |
269+
| `AEGIS_ACP_PROMPT_TIMEOUT_MS` | `120000` | Timeout in ms for ACP JSON-RPC requests (default 120s). Increase for slow BYO-LLM proxy setups (min: 1000) |
270270
| `AEGIS_CONFIG` | _(auto)_ | Path to `aegis.config.json` |
271271
| `AEGIS_LOG_LEVEL` | `info` | Log verbosity: `trace`, `debug`, `info`, `warn`, `error` |
272272
| `AEGIS_MAX_SESSIONS` | _(unlimited)_ | Maximum concurrent sessions |

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ Aegis is configured via environment variables:
283283
| `AEGIS_REDIS_URL` | `redis://localhost:6379` | Redis URL (used when `AEGIS_SESSION_STORE=redis`) |
284284
| `AEGIS_REDIS_KEY_PREFIX` | `aegis` | Redis key prefix |
285285
| `AEGIS_STRICT_RBAC` | `false` | Enforce RBAC on protected endpoints even when auth is disabled |
286-
| `AEGIS_ACP_PROMPT_TIMEOUT_MS` | `60000` | Timeout in ms for ACP JSON-RPC requests (increase for slow BYO-LLM proxy setups) |
286+
| `AEGIS_ACP_PROMPT_TIMEOUT_MS` | `120000` | Timeout in ms for ACP JSON-RPC requests (increase for slow BYO-LLM proxy setups) |
287287

288288
See the [Enterprise Deployment Guide](enterprise.md#configuration-reference) for the complete environment variable reference (rate limiting, OIDC, hooks, notifications, alerting, and more).
289289

0 commit comments

Comments
 (0)