Increased default throttling for subsonic endpoint
This commit is contained in:
parent
6b479d1c1f
commit
2b989576a1
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue