[BACKEND] Enable throttle protection by default (#1257)
To protect new users, all prebuilt preset (excluding Soundcloud and Bandcamp) will include throttle protection by default.
How do I disable?
Set the override variable enable_throttle_protection: False
.
This can be done on a per-subscription basis and/or in the top preset section to apply to all presets:
__preset__:
overrides:
enable_throttle_protection: False
What if I already use throttle protection?
Your settings will override whatever values are set in the defaults.
Closes: