mirror of
https://github.com/bitwarden/android.git
synced 2024-12-25 18:38:27 +03:00
Set Google publisher upload timeout to 3 minutes (#850)
This commit is contained in:
parent
e3e07b6bfe
commit
0f35885d1c
1 changed files with 1 additions and 0 deletions
|
@ -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();
|
||||||
|
|
Loading…
Reference in a new issue