WebDAV: add caching for authenticated users

In this way we get a big performance boost
This commit is contained in:
Nicola Murino
2020-08-31 19:25:17 +02:00
parent f978355520
commit dbed110d02
15 changed files with 465 additions and 34 deletions

View File

@@ -59,6 +59,11 @@
"exposed_headers": [],
"allow_credentials": false,
"max_age": 0
},
"cache": {
"enabled": true,
"expiration_time": 0,
"max_size": 50
}
},
"data_provider": {