fix: file size limit to 15M (#431)

This commit is contained in:
Joel 2023-06-21 16:08:57 +08:00 committed by GitHub
commit bb3cc6bba6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View file

@ -30,7 +30,7 @@ const ACCEPTS = [
'.csv',
]
const MAX_SIZE = 10 * 1024 * 1024
const MAX_SIZE = 15 * 1024 * 1024
const BATCH_COUNT = 5
const FileUploader = ({