mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #3836] [MERGED] Remove rate limit from TMDb provider #9720
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/3836
Author: @cvium
Created: 8/7/2020
Status: ✅ Merged
Merged: 8/7/2020
Merged by: @Bond-009
Base:
master← Head:remove_tmdb_api_rate_limit📝 Commits (1)
268139cRemove rate limit from TMDb provider📊 Changes
1 file changed (+0 additions, -15 deletions)
View changed files
📝
MediaBrowser.Providers/Plugins/Tmdb/Movies/TmdbMovieProvider.cs(+0 -15)📄 Description
Changes
https://developers.themoviedb.org/3/getting-started/request-rate-limiting
We could keep it just to be nice, but I am assuming they will let us know if it becomes too much. They removed it for a reason, so why limit ourselves. It's unlikely we will do that many requests since we are still very limited by the speed of FFProbe.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.