update tmdb throttle

This commit is contained in:
Luke Pulverenti 2016-01-06 11:34:09 -05:00
parent 22b7c4ab91
commit 91545b8da7

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.