mirror of
https://github.com/Kozea/Radicale.git
synced 2025-09-15 20:36:55 +00:00
Add multifilesystem_nolock storage
This commit is contained in:
parent
3f20aa8e22
commit
d17aae2c18
5 changed files with 117 additions and 2 deletions
|
@ -37,7 +37,7 @@ from radicale import item as radicale_item
|
|||
from radicale import types, utils
|
||||
from radicale.item import filter as radicale_filter
|
||||
|
||||
INTERNAL_TYPES: Sequence[str] = ("multifilesystem",)
|
||||
INTERNAL_TYPES: Sequence[str] = ("multifilesystem", "multifilesystem_nolock",)
|
||||
|
||||
CACHE_DEPS: Sequence[str] = ("radicale", "vobject", "python-dateutil",)
|
||||
CACHE_VERSION: bytes = "".join(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue