mirror of
https://github.com/Stirling-Tools/Stirling-PDF.git
synced 2026-09-03 05:10:16 +03:00
docs(policy): reword the watch reconcile default comment
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user