Browse Source

update tmdb throttle

Luke Pulverenti 9 years ago
parent
commit
58fff1100e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      MediaBrowser.Providers/Movies/MovieDbProvider.cs

+ 1 - 1
MediaBrowser.Providers/Movies/MovieDbProvider.cs

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