docs(policy): reword the watch reconcile default comment

This commit is contained in:
Anthony Stirling
2026-08-30 11:40:54 +01:00
parent 44808739ef
commit cbfca676bb
@@ -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;