Files
Proton-API-Bridge/constants.go
Chun-Hung Tseng 669985e246 Initial commit
2023-06-26 22:05:41 +02:00

6 lines
72 B
Go

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