Skip to content

Commit

Permalink
Increase default retries to 9
Browse files Browse the repository at this point in the history
  • Loading branch information
Inrixia committed Feb 5, 2023
1 parent cd00dd6 commit 57f8b89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/defaults.ts
Expand Up @@ -197,7 +197,7 @@ export const defaultSettings: Settings = {
waitForNewVideos: true,
_availableResolutions: defaultResolutions,
downloadEdge: "",
retries: 3,
retries: 9,
seekAndDestroy: [],
},
_filePathFormattingOPTIONS: ["%channelTitle%", "%videoTitle%", "%year%", "%month%", "%day%", "%hour%", "%minute%", "%second%"],
Expand Down

0 comments on commit 57f8b89

Please sign in to comment.