1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-10 18:40:53 +00:00

add option to skip broken item instead of triggering exception

This commit is contained in:
Peter Bieringer 2024-06-09 13:57:32 +02:00
parent 518de6b360
commit fc7b50d69f
5 changed files with 19 additions and 1 deletions

3
config
View file

@ -99,6 +99,9 @@
# Delete sync token that are older (seconds)
#max_sync_token_age = 2592000
# Skip broken item instead of triggering an exception
#skip_broken_item = False
# 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\"")
#hook =