mirror of
https://github.com/Kozea/Radicale.git
synced 2025-08-28 19:40:54 +00:00
cosmetics
This commit is contained in:
parent
ea7916e0fa
commit
515a5c9d18
2 changed files with 2 additions and 3 deletions
|
@ -162,7 +162,7 @@ INITIAL_CONFIG = OrderedDict([
|
|||
"help": "path where collections are stored",
|
||||
"type": str}),
|
||||
("max_sync_token_age", {
|
||||
"value": 2592000, # 30 days
|
||||
"value": "2592000", # 30 days
|
||||
"help": "delete sync token that are older",
|
||||
"type": int}),
|
||||
("hook", {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue