Implement Feature Request: Make checkinterval for monitor configurable (Issue #31) (#97)

* Implement Feature: Make checkinterval for monitor configurable
* Update monitor mode processing logic
This commit is contained in:
abraunegg 2018-08-08 05:35:18 +10:00 committed by GitHub
commit e922a7d85e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 20 additions and 8 deletions

2
config
View file

@ -2,3 +2,5 @@
sync_dir = "~/OneDrive"
# Skip files and directories that match this pattern
skip_file = ".*|~*"
# Wait time (seconds) between sync operations in monitor mode
monitor_interval = "45"