1
0
Fork 0
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:
Unrud 2017-06-02 13:01:54 +02:00 committed by GitHub
commit 78a62aee86
6 changed files with 429 additions and 8 deletions

View file

@ -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",