update tmdb throttle

This commit is contained in:
Luke Pulverenti 2016-01-08 23:27:38 -05:00
parent 8e96c5b868
commit 7ffaa79c7a

View File

@ -367,7 +367,7 @@ namespace MediaBrowser.Providers.Movies
} }
private static long _lastRequestTicks; private static long _lastRequestTicks;
private static int requestIntervalMs = 200; private static int requestIntervalMs = 250;
/// <summary> /// <summary>
/// Gets the movie db response. /// Gets the movie db response.