mirror of
https://github.com/henrybear327/Proton-API-Bridge.git
synced 2026-01-06 14:18:38 -05:00
7 lines
115 B
Go
7 lines
115 B
Go
package proton_api_bridge
|
|
|
|
var (
|
|
UPLOAD_BLOCK_SIZE = 4 * 1024 * 1024 // 4 MB
|
|
UPLOAD_BATCH_BLOCK_SIZE = 8
|
|
)
|