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 f5c766beb9
commit 1d5e5247e8
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -24,7 +24,7 @@ export const defaultCreateValues: CreateConfigValues = {
workspaceBranchTemplate: "",
worktreeParentDir: "",
runtimeServicesJson: "",
maxTurnsPerRun: 80,
maxTurnsPerRun: 300,
heartbeatEnabled: false,
intervalSec: 300,
};