Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Mythus
/
Teledrive2
like
0
Paused
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
Teledrive2
/
web
/
src
/
utils
/
Constant.ts
Mythus
Upload 225 files
35ee763
about 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
143 Bytes
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