mirror of
https://github.com/kyantech/Palmr.git
synced 2025-11-03 05:23:19 +00:00
refactor: reduce multipart upload threshold from 100MB to 50MB
This commit is contained in:
@@ -8,7 +8,7 @@ export const UPLOAD_CONFIG = {
|
||||
* Files >= this size will use multipart upload
|
||||
* Files < this size will use simple PUT upload
|
||||
*/
|
||||
MULTIPART_THRESHOLD: 100 * 1024 * 1024,
|
||||
MULTIPART_THRESHOLD: 50 * 1024 * 1024,
|
||||
|
||||
/**
|
||||
* No file size limit (managed by backend/user quota)
|
||||
|
||||
Reference in New Issue
Block a user