mirror of
https://github.com/Lidarr/Lidarr
synced 2025-12-14 12:24:06 +01:00
Bump command timeout
This commit is contained in:
parent
906fdb8365
commit
a1ce5a0df1
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ public CommandClient(IRestClient restClient, string apiKey)
|
|||
public void WaitAll()
|
||||
{
|
||||
var resources = All();
|
||||
for (var i = 0; i < 50; i++)
|
||||
for (var i = 0; i < 120; i++)
|
||||
{
|
||||
if (!resources.Any(v => v.Status == CommandStatus.Queued || v.Status == CommandStatus.Started))
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue