feat(cli): update retryFetchErrors default and visibility in settingsSchema

This commit is contained in:
Aishanee Shah
2026-03-10 16:41:36 +00:00
parent f183ef3cca
commit 440a74cdac
4 changed files with 6 additions and 5 deletions

View File

@@ -306,10 +306,10 @@ const SETTINGS_SCHEMA = {
label: 'Retry Fetch Errors',
category: 'General',
requiresRestart: false,
default: false,
default: true,
description:
'Retry on "exception TypeError: fetch failed sending request" errors.',
showInDialog: false,
showInDialog: true,
},
maxAttempts: {
type: 'number',