webdav: user caching is now mandatory

we cache the lock system with the user, without user caching we cannot
support locks for resource
This commit is contained in:
Nicola Murino
2020-11-04 22:29:25 +01:00
parent 0a14297b48
commit 0119fd03a6
7 changed files with 18 additions and 27 deletions

View File

@@ -63,7 +63,6 @@
},
"cache": {
"users": {
"enabled": true,
"expiration_time": 0,
"max_size": 50
},