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

This commit is contained in:
Joel
2023-06-21 16:08:57 +08:00
committed by GitHub
parent 23ef2262bd
commit bb3cc6bba6
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 = ({