mirror of
https://github.com/Kozea/Radicale.git
synced 2025-07-23 17:48:30 +00:00
Merge pull request #565 from Unrud/synctoken
Support for sync-token and sync-collection
This commit is contained in:
commit
78a62aee86
6 changed files with 429 additions and 8 deletions
|
@ -160,6 +160,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