Parcourir la source

update tmdb throttle

Luke Pulverenti il y a 9 ans
Parent
commit
58fff1100e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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 long _lastRequestTicks;
-        private static int requestIntervalMs = 100;
+        private static int requestIntervalMs = 150;
 
 
         /// <summary>
         /// <summary>
         /// Gets the movie db response.
         /// Gets the movie db response.