From 678d568b3721d324cb13a35230ea5c39cc8d0e8b Mon Sep 17 00:00:00 2001 From: dgtlmoon Date: Thu, 13 Nov 2025 17:34:57 +0100 Subject: [PATCH] UI - Move 'Jitter seconds' settings tab from "General" to "Fetching" global Settings. --- .../blueprint/settings/templates/settings.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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.