Skip to content

Commit

Permalink
Reduce treshold
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexAndBear committed Oct 7, 2024
1 parent 6d173e5 commit 175182a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ import { UnsavedChangesModal } from '../Modals'
import { formatFileSize } from '../../helpers'
import toNumber from 'lodash-es/toNumber'
const FILE_SIZE_WARNING_THRESHOLD = 4000000
const FILE_SIZE_WARNING_THRESHOLD = 2000000
export default defineComponent({
name: 'AppWrapper',
Expand Down

0 comments on commit 175182a

Please sign in to comment.