Skip to content

Commit

Permalink
Shorter timespan for retrying Opensubtitles.com API
Browse files Browse the repository at this point in the history
  • Loading branch information
alvitali authored Dec 23, 2024
1 parent 3209355 commit 4cea0d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bazarr/app/get_providers.py
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ def provider_throttle_map():
},
"opensubtitlescom": {
TooManyRequests: (datetime.timedelta(minutes=1), "1 minute"),
DownloadLimitExceeded: (datetime.timedelta(hours=24), "24 hours"),
DownloadLimitExceeded: (datetime.timedelta(hours=6), "6 hours"),
},
"addic7ed": {
DownloadLimitExceeded: (datetime.timedelta(hours=3), "3 hours"),
Expand Down

0 comments on commit 4cea0d2

Please sign in to comment.