mirror of
https://github.com/henrybear327/Proton-API-Bridge.git
synced 2026-01-03 12:48:30 -05:00
8 lines
150 B
Go
8 lines
150 B
Go
package proton_api_bridge
|
|
|
|
var (
|
|
UPLOAD_BLOCK_SIZE = 4 * 1024 * 1024 // 4 MB
|
|
UPLOAD_BATCH_BLOCK_SIZE = 8
|
|
DOWNLOAD_BATCH_BLOCK_SIZE = 8
|
|
)
|