1
0
mirror of https://github.com/bitwarden/mobile.git synced 2024-06-26 10:36:21 +02: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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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