Skip to content

Commit

Permalink
Switch bucket 3 times before giving asset upload up (#4708)
Browse files Browse the repository at this point in the history
  • Loading branch information
thesan authored Aug 21, 2023
1 parent 2a2371b commit 0b224a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/atlas/src/providers/uploads/uploads.hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import { InputAssetUpload, StartFileUploadOptions } from './uploads.types'

import { useSnackbar } from '../snackbars'

const MAX_BUCKET_RETRY = 1
const MAX_BUCKET_RETRY = 3
const RETRIES_COUNT = 3
const RETRY_DELAY = 1000
const UPLOADING_SNACKBAR_TIMEOUT = 8000
Expand Down

0 comments on commit 0b224a7

Please sign in to comment.