mirror of
https://github.com/abraunegg/onedrive
synced 2026-03-14 14:35:46 +01:00
* Implement Feature: Make checkinterval for monitor configurable * Update monitor mode processing logic
This commit is contained in:
parent
b2270ee696
commit
e922a7d85e
4 changed files with 20 additions and 8 deletions
2
config
2
config
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue