Update default config file - Issue #208 (#210)

* Ensure default config is aligned to code defaults
This commit is contained in:
abraunegg 2018-10-25 13:09:56 +11:00 committed by GitHub
parent 79d86e0cb9
commit 76ac8d3a24
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

2
config
View file

@ -1,6 +1,6 @@
# Directory where the files will be synced
sync_dir = "~/OneDrive"
# Skip files and directories that match this pattern
skip_file = ".*|~*"
skip_file = "~*"
# Wait time (seconds) between sync operations in monitor mode
monitor_interval = "45"