diff --git a/changedetectionio/blueprint/settings/templates/settings.html b/changedetectionio/blueprint/settings/templates/settings.html
index 5d4b5536..6bbe604a 100644
--- a/changedetectionio/blueprint/settings/templates/settings.html
+++ b/changedetectionio/blueprint/settings/templates/settings.html
@@ -43,10 +43,6 @@
-
- {{ render_field(form.requests.form.jitter_seconds, class="jitter_seconds") }}
- Example - 3 seconds random jitter could trigger up to 3 seconds earlier or up to 3 seconds later
-
{{ render_field(form.application.form.filter_failure_notification_threshold_attempts, class="filter_failure_notification_threshold_attempts") }}
After this many consecutive times that the CSS/xPath filter is missing, send a notification
@@ -131,6 +127,10 @@
Number of concurrent workers to process watches. More workers = faster processing but higher memory usage.
Currently running: {{ worker_info.count }} operational {{ worker_info.type }} workers{% if worker_info.active_workers > 0 %} ({{ worker_info.active_workers }} actively processing){% endif %}.
+
+ {{ render_field(form.requests.form.jitter_seconds, class="jitter_seconds") }}
+ Example - 3 seconds random jitter could trigger up to 3 seconds earlier or up to 3 seconds later
+
{{ render_field(form.requests.form.timeout) }}
For regular plain requests (not chrome based), maximum number of seconds until timeout, 1-999.