mirror of
https://github.com/Kozea/Radicale.git
synced 2025-06-26 16:45:52 +00:00
item-cache-mtime-size: add new option
This commit is contained in:
parent
b7ae6b378b
commit
4bb00e6070
4 changed files with 12 additions and 0 deletions
|
@ -299,6 +299,10 @@ DEFAULT_CONFIG_SCHEMA: types.CONFIG_SCHEMA = OrderedDict([
|
|||
"value": "False",
|
||||
"help": "use subfolder 'collection-cache' for 'sync-token' cache file structure instead of inside collection folder",
|
||||
"type": bool}),
|
||||
("use_mtime_and_size_for_item_cache", {
|
||||
"value": "False",
|
||||
"help": "use mtime and file size instead of SHA256 for 'item' cache (improves speed)",
|
||||
"type": bool}),
|
||||
("folder_umask", {
|
||||
"value": "",
|
||||
"help": "umask for folder creation (empty: system default)",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue