change default of "skip_broken_item" to more user-friendly experience

This commit is contained in:
Peter Bieringer
2024-06-18 17:42:49 +02:00
parent 6b65800770
commit bbe7088561
3 changed files with 3 additions and 3 deletions

2
config
View File

@@ -100,7 +100,7 @@
#max_sync_token_age = 2592000
# Skip broken item instead of triggering an exception
#skip_broken_item = False
#skip_broken_item = True
# Command that is run after changes to storage
# Example: ([ -d .git ] || git init) && git add -A && (git diff --cached --quiet || git commit -m "Changes by \"%(user)s\"")