Merge pull request #6189 from owncloud/cache-special-drive-items

cache special drive items until space root changes
This commit is contained in:
Michael Barz
2023-05-03 18:16:28 +02:00
committed by GitHub
6 changed files with 124 additions and 39 deletions
@@ -54,6 +54,8 @@ func DefaultConfig() *config.Config {
WebDavPath: "/dav/spaces/",
DefaultQuota: "1000000000",
// 30 minutes
ExtendedSpacePropertiesCacheTTL: 1800,
// 30 minutes
GroupsCacheTTL: 1800,
// 30 minutes
UsersCacheTTL: 1800,