This commit is contained in:
Jesse Bannon 2023-11-04 22:58:05 -07:00
parent 3399f7d591
commit 8e078c97f5

View file

@ -71,16 +71,17 @@ class ThrottleProtectionOptions(OptionsDictValidator):
presets: presets:
my_example_preset: my_example_preset:
sleep_per_download_s: throttle_protection:
min: 2.2 sleep_per_download_s:
max: 10.8 min: 2.2
sleep_per_subscription_s: max: 10.8
min: 9.0 sleep_per_subscription_s:
max: 14.1 min: 9.0
max_downloads_per_subscription: max: 14.1
min: 10 max_downloads_per_subscription:
max: 36 min: 10
subscription_download_probability: 1.0 max: 36
subscription_download_probability: 1.0
""" """
_optional_keys = { _optional_keys = {