Spaces:
Paused
Paused
File size: 143 Bytes
35ee763 |
1 2 3 4 5 |
export const VERSION = '2.5.5'
export const MAX_UPLOAD_SIZE = 2_000_000_000
export const CHUNK_SIZE = 512 * 1024
export const RETRY_COUNT = 50
|