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:
parent
0ffa97eca0
commit
f633b48a7a
3 changed files with 178 additions and 1 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue