mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-02-25 23:19:13 -06:00
[docs-only] Fix wrong default metadata backend
This commit is contained in:
@@ -73,7 +73,7 @@ func DefaultConfig() *config.Config {
|
||||
LockCycleDurationFactor: 30,
|
||||
},
|
||||
OCIS: config.OCISDriver{
|
||||
MetadataBackend: "xattrs",
|
||||
MetadataBackend: "messagepack",
|
||||
Root: filepath.Join(defaults.BaseDataPath(), "storage", "users"),
|
||||
ShareFolder: "/Shares",
|
||||
UserLayout: "{{.Id.OpaqueId}}",
|
||||
|
||||
Reference in New Issue
Block a user