mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
change default of "skip_broken_item" to more user-friendly experience
This commit is contained in:
parent
6b65800770
commit
bbe7088561
3 changed files with 3 additions and 3 deletions
|
@ -224,7 +224,7 @@ DEFAULT_CONFIG_SCHEMA: types.CONFIG_SCHEMA = OrderedDict([
|
|||
"help": "delete sync token that are older",
|
||||
"type": positive_int}),
|
||||
("skip_broken_item", {
|
||||
"value": "False",
|
||||
"value": "True",
|
||||
"help": "skip broken item instead of triggering exception",
|
||||
"type": bool}),
|
||||
("hook", {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue