Skip to content

Commit

Permalink
Update USAGE.md
Browse files Browse the repository at this point in the history
* Add note about minimum value for ''monitor_interval'
  • Loading branch information
abraunegg authored Aug 30, 2023
1 parent 43b0bed commit d712dd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/USAGE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d712dd6

Please sign in to comment.