mirror of
https://github.com/Readarr/Readarr
synced 2026-01-10 01:24:08 +01:00
Bump command timeout
This commit is contained in:
parent
c919f768d9
commit
7d2bce14c0
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