1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-26 16:45:52 +00:00

default for filesystem_cache_folder is filesystem_folder

This commit is contained in:
Peter Bieringer 2024-12-10 08:52:51 +01:00
parent b3d0c16407
commit 2bb2d6385b
4 changed files with 7 additions and 4 deletions

View file

@ -280,7 +280,7 @@ DEFAULT_CONFIG_SCHEMA: types.CONFIG_SCHEMA = OrderedDict([
"help": "path where collections are stored",
"type": filepath}),
("filesystem_cache_folder", {
"value": "/var/lib/radicale/collections",
"value": "",
"help": "path where cache of collections is stored in case of use_cache_subfolder_* options are active",
"type": filepath}),
("use_cache_subfolder_for_item", {