Lower default Cursor review timeout to five minutes.

Balance responsiveness with cloud agent runtimes that exceeded the previous two-minute limit.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Daan Schouteden
2026-06-03 11:28:45 +02:00
parent 881719f743
commit 4ed3410eb4
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -154,7 +154,7 @@ Optional:
- `DEFAULT_BASE_BRANCH` (default: `main`)
- `MAX_INLINE_COMMENTS` (default: `5`)
- `REVIEW_TIMEOUT_MS` (default: `600000`, 10 minutes)
- `REVIEW_TIMEOUT_MS` (default: `300000`, 5 minutes)
- `DEDUPE_TTL_SECONDS` (default: `1800`)
- `LOG_LEVEL` (default: `info`; options: `debug`, `info`, `warn`, `error`)