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:
parent
518de6b360
commit
fc7b50d69f
5 changed files with 19 additions and 1 deletions
3
config
3
config
|
@ -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 =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue