fix doc
This commit is contained in:
parent
28f9d994f5
commit
f7ade7a66d
2 changed files with 2 additions and 2 deletions
|
|
@ -903,7 +903,7 @@ scripted.
|
||||||
presets:
|
presets:
|
||||||
my_example_preset:
|
my_example_preset:
|
||||||
throttle_protection:
|
throttle_protection:
|
||||||
sleep_per_metadata_s:
|
sleep_per_request_s:
|
||||||
min: 5.5
|
min: 5.5
|
||||||
max: 10.4
|
max: 10.4
|
||||||
sleep_per_download_s:
|
sleep_per_download_s:
|
||||||
|
|
|
||||||
|
|
@ -87,7 +87,7 @@ class ThrottleProtectionOptions(ToggleableOptionsDictValidator):
|
||||||
presets:
|
presets:
|
||||||
my_example_preset:
|
my_example_preset:
|
||||||
throttle_protection:
|
throttle_protection:
|
||||||
sleep_per_metadata_s:
|
sleep_per_request_s:
|
||||||
min: 5.5
|
min: 5.5
|
||||||
max: 10.4
|
max: 10.4
|
||||||
sleep_per_download_s:
|
sleep_per_download_s:
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue