mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-04 05:37:37 +03: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
4
config
4
config
|
@ -155,6 +155,10 @@
|
|||
# Note: use only on single-instance setup, will break consistency with client in multi-instance setup
|
||||
#use_cache_subfolder_for_synctoken = False
|
||||
|
||||
# Use last modifiction time (nanoseconds) and size (bytes) for 'item' cache instead of SHA256 (improves speed)
|
||||
# Note: check used filesystem mtime precision before enabling
|
||||
#use_mtime_and_size_for_item_cache=False
|
||||
|
||||
# Use configured umask for folder creation (not applicable for OS Windows)
|
||||
# Useful value: 0077 | 0027 | 0007 | 0022
|
||||
#folder_umask = (system default, usual 0022)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue