mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
use_cache_subfolder_for_item: config option
This commit is contained in:
parent
1d241d9e2f
commit
f754f28518
1 changed files with 4 additions and 0 deletions
|
@ -279,6 +279,10 @@ DEFAULT_CONFIG_SCHEMA: types.CONFIG_SCHEMA = OrderedDict([
|
||||||
"value": "/var/lib/radicale/collections",
|
"value": "/var/lib/radicale/collections",
|
||||||
"help": "path where collections are stored",
|
"help": "path where collections are stored",
|
||||||
"type": filepath}),
|
"type": filepath}),
|
||||||
|
("use_cache_subfolder_for_item", {
|
||||||
|
"value": "False",
|
||||||
|
"help": "use subfolder `collections-cache' for item cache file structure instead of inside collection folder",
|
||||||
|
"type": bool}),
|
||||||
("max_sync_token_age", {
|
("max_sync_token_age", {
|
||||||
"value": "2592000", # 30 days
|
"value": "2592000", # 30 days
|
||||||
"help": "delete sync token that are older",
|
"help": "delete sync token that are older",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue