Enable async uploads for posixfs

This commit is contained in:
André Duffeck
2024-06-25 08:39:52 +02:00
parent b51cae14ba
commit 0028013794
3 changed files with 3 additions and 0 deletions

View File

@@ -146,6 +146,7 @@ func DefaultConfig() *config.Config {
PersonalSpacePathTemplate: "users/{{.User.Username}}",
GeneralSpacePathTemplate: "projects/{{.SpaceId}}",
PermissionsEndpoint: "com.owncloud.api.settings",
AsyncUploads: true,
},
},
Events: config.Events{