Increased default throttling for subsonic endpoint

This commit is contained in:
Eliot Berriot 2020-01-06 10:54:00 +01:00
parent 6b479d1c1f
commit 2b989576a1
No known key found for this signature in database
GPG Key ID: 6B501DFD73514E14
1 changed files with 1 additions and 1 deletions

View File

@ -760,7 +760,7 @@ THROTTLING_RATES = {
"description": "Anonymous PATCH and PUT requests on resource detail",
},
"subsonic": {
"rate": THROTTLING_USER_RATES.get("subsonic", "1000/hour"),
"rate": THROTTLING_USER_RATES.get("subsonic", "2000/hour"),
"description": "All subsonic API requests",
},
# potentially spammy / dangerous endpoints