Skip to content

Commit

Permalink
feat(backup): change default concurrency to 24
Browse files Browse the repository at this point in the history
  • Loading branch information
rneatherway committed Feb 27, 2024
1 parent 212f021 commit 116113f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ import {defaultApiVersion} from './backupGroup'

const debug = createDebug('sanity:backup')

const DEFAULT_DOWNLOAD_CONCURRENCY = 10
const MAX_DOWNLOAD_CONCURRENCY = 24
const DEFAULT_DOWNLOAD_CONCURRENCY = 24
const MAX_DOWNLOAD_CONCURRENCY = 48

interface DownloadBackupOptions {
projectId: string
Expand Down

0 comments on commit 116113f

Please sign in to comment.