1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-08-22 19:20:54 +00:00

Real sync-collection support for the multifilesystem backend

This commit is contained in:
Unrud 2017-06-02 12:44:39 +02:00
parent 0ffa97eca0
commit f633b48a7a
3 changed files with 178 additions and 1 deletions

View file

@ -135,6 +135,10 @@ INITIAL_CONFIG = OrderedDict([
"/var/lib/radicale/collections"),
"help": "path where collections are stored",
"type": str}),
("max_sync_token_age", {
"value": 2592000, # 30 days
"help": "delete sync token that are older",
"type": int}),
("filesystem_fsync", {
"value": "True",
"help": "sync all changes to filesystem during requests",