Files
Proton-API-Bridge/constants.go
2023-07-15 21:19:03 +02:00

8 lines
150 B
Go

package proton_api_bridge
var (
UPLOAD_BLOCK_SIZE = 4 * 1024 * 1024 // 4 MB
UPLOAD_BATCH_BLOCK_SIZE = 8
DOWNLOAD_BATCH_BLOCK_SIZE = 8
)