From d712dd60938a103fa9e9368177ad7a56e44c1994 Mon Sep 17 00:00:00 2001 From: abraunegg Date: Thu, 31 Aug 2023 09:55:54 +1000 Subject: [PATCH] Update USAGE.md * Add note about minimum value for ''monitor_interval' --- docs/USAGE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/USAGE.md b/docs/USAGE.md index 326c75f2..a3a9c996 100644 --- a/docs/USAGE.md +++ b/docs/USAGE.md @@ -681,6 +681,7 @@ monitor_interval = "600" # min_notify_changes = "5" # monitor_log_frequency = "6" ``` +**Note:** It is strongly advised you do not use a value of less than 300 seconds for 'monitor_interval'. Using a value less than 300 means your application will be constantly needlessly checking OneDrive online for changes. Future versions of the application may enforce the checking of this minimum value. #### monitor_fullscan_frequency This configuration option controls the number of 'monitor_interval' iterations between when a full scan of your data is performed to ensure data integrity and consistency.