mirror of
https://github.com/henrybear327/Proton-API-Bridge.git
synced 2025-12-25 08:39:49 -05:00
6 lines
72 B
Go
6 lines
72 B
Go
package proton_api_bridge
|
|
|
|
var (
|
|
UPLOAD_BLOCK_SIZE = 4 * 1024 * 1024
|
|
)
|