From cbfca676bbefc51fca4f42230005466948e12c7f Mon Sep 17 00:00:00 2001 From: Anthony Stirling <77850077+Frooodle@users.noreply.github.com> Date: Sun, 30 Aug 2026 11:40:54 +0100 Subject: [PATCH] docs(policy): reword the watch reconcile default comment --- .../stirling/software/common/model/ApplicationProperties.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/common/src/main/java/stirling/software/common/model/ApplicationProperties.java b/app/common/src/main/java/stirling/software/common/model/ApplicationProperties.java index b484cdd211..d2ea4cdd5f 100644 --- a/app/common/src/main/java/stirling/software/common/model/ApplicationProperties.java +++ b/app/common/src/main/java/stirling/software/common/model/ApplicationProperties.java @@ -221,8 +221,8 @@ public class ApplicationProperties { /** * How often (seconds) the folder-watch trigger reconciles its watch registrations and * re-runs every folder-watch policy as a safety net for filesystem events that were missed - * (NFS, bind mounts, inotify-queue overflow). Matches the legacy watched-folder scanner's - * poll, so a converted automation picks a file up no slower than it used to. + * (NFS, bind mounts, inotify-queue overflow). The default bounds how long a file can sit + * unnoticed after a missed event to one minute. */ private long watchReconcileSeconds = 60;