update tmdb throttle

This commit is contained in:
Luke Pulverenti 2016-01-06 11:34:09 -05:00
parent a7904b3b7e
commit a3934cd388

View File

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