Raise default max turns to 300

Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
Dotta
2026-03-12 08:42:12 -05:00
parent 55c145bff2
commit aeafeba12b
5 changed files with 6 additions and 6 deletions

View File

@@ -24,7 +24,7 @@ export const defaultCreateValues: CreateConfigValues = {
workspaceBranchTemplate: "",
worktreeParentDir: "",
runtimeServicesJson: "",
maxTurnsPerRun: 80,
maxTurnsPerRun: 300,
heartbeatEnabled: false,
intervalSec: 300,
};