update tmdb throttle

pull/1154/head
Luke Pulverenti 9 years ago
parent 61c2048555
commit 396086fd54

@ -367,7 +367,8 @@ namespace MediaBrowser.Providers.Movies
} }
private static long _lastRequestTicks; private static long _lastRequestTicks;
private static int requestIntervalMs = 250; // The limit is 40 requests per 10 seconds
private static int requestIntervalMs = 300;
/// <summary> /// <summary>
/// Gets the movie db response. /// Gets the movie db response.

Loading…
Cancel
Save