Skip to content
Snippets Groups Projects
Verified Commit 2b989576 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Increased default throttling for subsonic endpoint

parent 6b479d1c
Branches
Tags
No related merge requests found
...@@ -760,7 +760,7 @@ THROTTLING_RATES = { ...@@ -760,7 +760,7 @@ THROTTLING_RATES = {
"description": "Anonymous PATCH and PUT requests on resource detail", "description": "Anonymous PATCH and PUT requests on resource detail",
}, },
"subsonic": { "subsonic": {
"rate": THROTTLING_USER_RATES.get("subsonic", "1000/hour"), "rate": THROTTLING_USER_RATES.get("subsonic", "2000/hour"),
"description": "All subsonic API requests", "description": "All subsonic API requests",
}, },
# potentially spammy / dangerous endpoints # potentially spammy / dangerous endpoints
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment