Files
Proton-API-Bridge/constants.go
Chun-Hung Tseng 3ea21c8ebf Rewrite integration tests
Introduce move file
Rename dest to dst
2023-06-26 21:26:13 +02:00

6 lines
72 B
Go

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