mirror of
https://github.com/jellyfin/jellyfin.git
synced 2024-11-16 18:42:52 -07:00
update tmdb throttle
This commit is contained in:
parent
8e96c5b868
commit
7ffaa79c7a
@ -367,7 +367,7 @@ namespace MediaBrowser.Providers.Movies
|
||||
}
|
||||
|
||||
private static long _lastRequestTicks;
|
||||
private static int requestIntervalMs = 200;
|
||||
private static int requestIntervalMs = 250;
|
||||
|
||||
/// <summary>
|
||||
/// Gets the movie db response.
|
||||
|
Loading…
Reference in New Issue
Block a user