mirror of
https://github.com/henrybear327/Proton-API-Bridge.git
synced 2026-06-12 07:45:54 -04:00
6 lines
72 B
Go
6 lines
72 B
Go
package proton_api_bridge
|
|
|
|
var (
|
|
UPLOAD_BLOCK_SIZE = 4 * 1024 * 1024
|
|
)
|