mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
fix typos
This commit is contained in:
parent
eef33f76d1
commit
5515d1e790
3 changed files with 3 additions and 3 deletions
|
@ -281,7 +281,7 @@ DEFAULT_CONFIG_SCHEMA: types.CONFIG_SCHEMA = OrderedDict([
|
|||
"type": filepath}),
|
||||
("use_cache_subfolder_for_item", {
|
||||
"value": "False",
|
||||
"help": "use subfolder `collections-cache' for item cache file structure instead of inside collection folder",
|
||||
"help": "use subfolder 'collection-cache' for item cache file structure instead of inside collection folder",
|
||||
"type": bool}),
|
||||
("max_sync_token_age", {
|
||||
"value": "2592000", # 30 days
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue