From 8bb4ab76cfe54df0555b70c52629e241ae0231ed Mon Sep 17 00:00:00 2001 From: Vladimir Hodakov Date: Fri, 11 Oct 2019 12:13:01 +0400 Subject: [PATCH] Update max upload size to 50G --- domains/yandex/v1/exported.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domains/yandex/v1/exported.go b/domains/yandex/v1/exported.go index 98c5017..4e3662b 100644 --- a/domains/yandex/v1/exported.go +++ b/domains/yandex/v1/exported.go @@ -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