mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-14 02:26:55 -07:00
Remove extra delay when filtering out existing movies
This commit is contained in:
parent
3c3afb37c2
commit
1f18dd61f5
1 changed files with 0 additions and 5 deletions
|
@ -141,11 +141,6 @@ namespace Ombi.Api
|
|||
movies.Add(await GetMovie(m.Id));
|
||||
counter++;
|
||||
}
|
||||
else
|
||||
{
|
||||
//if we didn't add the movie, delay longer since we know we'll be making additional API calls
|
||||
await Task.Delay(75);
|
||||
}
|
||||
await Task.Delay(50);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue