mirror of
https://github.com/abraunegg/onedrive
synced 2026-03-14 14:35:46 +01:00
* Ensure default config is aligned to code defaults
This commit is contained in:
parent
79d86e0cb9
commit
76ac8d3a24
1 changed files with 1 additions and 1 deletions
2
config
2
config
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue