docs
This commit is contained in:
parent
3399f7d591
commit
8e078c97f5
1 changed files with 11 additions and 10 deletions
|
|
@ -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 = {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue