fix typos
This commit is contained in:
@@ -1007,7 +1007,7 @@ Default: `/var/lib/radicale/collections`
|
|||||||
|
|
||||||
##### use_cache_subfolder_for_item
|
##### use_cache_subfolder_for_item
|
||||||
|
|
||||||
Use subfolder `collections-cache' for cache file structure of item instead of inside collection folders, created if not present
|
Use subfolder `collection-cache` for cache file structure of item instead of inside collection folders, created if not present
|
||||||
|
|
||||||
Default: `False`
|
Default: `False`
|
||||||
|
|
||||||
|
|||||||
2
config
2
config
@@ -138,7 +138,7 @@
|
|||||||
# Folder for storing local collections, created if not present
|
# Folder for storing local collections, created if not present
|
||||||
#filesystem_folder = /var/lib/radicale/collections
|
#filesystem_folder = /var/lib/radicale/collections
|
||||||
|
|
||||||
# Use subfolder `collections-cache' for item cache file structure instead of inside collection folder
|
# Use subfolder 'collection-cache' for item cache file structure instead of inside collection folder
|
||||||
#use_cache_subfolder_for_item = False
|
#use_cache_subfolder_for_item = False
|
||||||
|
|
||||||
# Delete sync token that are older (seconds)
|
# Delete sync token that are older (seconds)
|
||||||
|
|||||||
@@ -281,7 +281,7 @@ DEFAULT_CONFIG_SCHEMA: types.CONFIG_SCHEMA = OrderedDict([
|
|||||||
"type": filepath}),
|
"type": filepath}),
|
||||||
("use_cache_subfolder_for_item", {
|
("use_cache_subfolder_for_item", {
|
||||||
"value": "False",
|
"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}),
|
"type": bool}),
|
||||||
("max_sync_token_age", {
|
("max_sync_token_age", {
|
||||||
"value": "2592000", # 30 days
|
"value": "2592000", # 30 days
|
||||||
|
|||||||
Reference in New Issue
Block a user