Files
Proton-API-Bridge/constants.go

7 lines
115 B
Go

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