mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-04 15:28:23 +00:00
update tmdb throttle
This commit is contained in:
parent
7f7d6cddcc
commit
c239aff2a9
1 changed files with 1 additions and 1 deletions
|
|
@ -367,7 +367,7 @@ namespace MediaBrowser.Providers.Movies
|
|||
}
|
||||
|
||||
private static long _lastRequestTicks;
|
||||
private static int requestIntervalMs = 100;
|
||||
private static int requestIntervalMs = 150;
|
||||
|
||||
/// <summary>
|
||||
/// Gets the movie db response.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue