mirror of
https://github.com/drakkan/sftpgo.git
synced 2025-12-09 08:15:13 +03:00
webdav: performance improvements and bug fixes
we need my custom golang/x/net/webdav fork for now https://github.com/drakkan/net/tree/sftpgo
This commit is contained in:
12
sftpgo.json
12
sftpgo.json
@@ -62,9 +62,15 @@
|
||||
"max_age": 0
|
||||
},
|
||||
"cache": {
|
||||
"enabled": true,
|
||||
"expiration_time": 0,
|
||||
"max_size": 50
|
||||
"users": {
|
||||
"enabled": true,
|
||||
"expiration_time": 0,
|
||||
"max_size": 50
|
||||
},
|
||||
"mime_types": {
|
||||
"enabled": true,
|
||||
"max_size": 1000
|
||||
}
|
||||
}
|
||||
},
|
||||
"data_provider": {
|
||||
|
||||
Reference in New Issue
Block a user