mirror of
https://github.com/Kozea/Radicale.git
synced 2025-04-04 21:57:43 +03:00
add note about storage verification
This commit is contained in:
parent
11dad85404
commit
fc7c50b4cb
2 changed files with 3 additions and 0 deletions
|
@ -1058,6 +1058,8 @@ Default: `False`
|
||||||
|
|
||||||
Note: check used filesystem mtime precision before enabling
|
Note: check used filesystem mtime precision before enabling
|
||||||
|
|
||||||
|
Note: conversion is done on access, bulk conversion can be done offline using storage verification option `radicale --verify-storage`
|
||||||
|
|
||||||
##### folder_umask
|
##### folder_umask
|
||||||
|
|
||||||
Use configured umask for folder creation (not applicable for OS Windows)
|
Use configured umask for folder creation (not applicable for OS Windows)
|
||||||
|
|
1
config
1
config
|
@ -157,6 +157,7 @@
|
||||||
|
|
||||||
# Use last modifiction time (nanoseconds) and size (bytes) for 'item' cache instead of SHA256 (improves speed)
|
# Use last modifiction time (nanoseconds) and size (bytes) for 'item' cache instead of SHA256 (improves speed)
|
||||||
# Note: check used filesystem mtime precision before enabling
|
# Note: check used filesystem mtime precision before enabling
|
||||||
|
# Note: conversion is done on access, bulk conversion can be done offline using storage verification option: radicale --verify-storage
|
||||||
#use_mtime_and_size_for_item_cache=False
|
#use_mtime_and_size_for_item_cache=False
|
||||||
|
|
||||||
# Use configured umask for folder creation (not applicable for OS Windows)
|
# Use configured umask for folder creation (not applicable for OS Windows)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue