diff --git a/lib/pinchflat_web/controllers/settings/setting_html/setting_form.html.heex b/lib/pinchflat_web/controllers/settings/setting_html/setting_form.html.heex index b75e58b..9fb55cc 100644 --- a/lib/pinchflat_web/controllers/settings/setting_html/setting_form.html.heex +++ b/lib/pinchflat_web/controllers/settings/setting_html/setting_form.html.heex @@ -47,7 +47,14 @@ placeholder="0" type="number" label="Sleep Interval (seconds)" - help="Sleep interval in seconds between each extractor request. Must be a positive whole number (or set to 0 to disable)" + help="Sleep interval in seconds between each extractor request. Must be a positive whole number. Set to 0 to disable" + /> + + <.input + field={f[:download_throughput_limit]} + placeholder="4.2M" + label="Download Throughput" + help="Sets the max throughput when downloading media. Examples: '50K' or '4.2M'. Leave blank to disable" />