Files
Proton-API-Bridge/constants.go
Chun-Hung Tseng 257ea3c1fe Initial commit
2023-06-29 00:05:18 +02:00

6 lines
72 B
Go

package proton_api_bridge
var (
UPLOAD_BLOCK_SIZE = 4 * 1024 * 1024
)