1
0
mirror of https://github.com/bitwarden/mobile synced 2025-12-15 07:43:37 +00:00

Set Google publisher upload timeout to 3 minutes (#850)

This commit is contained in:
Matt Portune
2020-04-22 13:50:25 -04:00
committed by GitHub
parent e3e07b6bfe
commit 0f35885d1c

View File

@@ -77,6 +77,7 @@ namespace Bit.Publisher
{ {
HttpClientInitializer = creds HttpClientInitializer = creds
}); });
service.HttpClient.Timeout = TimeSpan.FromMinutes(3);
var editRequest = service.Edits.Insert(null, Package); var editRequest = service.Edits.Insert(null, Package);
var edit = await editRequest.ExecuteAsync(); var edit = await editRequest.ExecuteAsync();