Update max upload size to 50G

master v0.1.2
Vladimir Hodakov 2019-10-11 12:13:01 +04:00
parent fd3aa24d1c
commit 8bb4ab76cf
Signed by: Vladimir Hodakov
GPG Key ID: 673980B6882F82C6
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ import (
const YandexAppID = "7d8a0561fdc44c05bb6695b464403f9c"
const YandexAppPw = "56e12e4ed0d64738bf441a47f68c7146"
const DefaultDeviceName = "yapusher-cli"
const MaxUploadSize = 10 * 1024 * 1024 * 1024 // 10 gigabytes
const MaxUploadSize = 50 * 1024 * 1024 * 1024 // 50 gigabytes
var (
c *context.Context