mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-08 04:20:59 -05:00
use inmemory cache by default
Signed-off-by: jkoberg <jkoberg@owncloud.com>
This commit is contained in:
@@ -111,7 +111,7 @@ func DefaultConfig() *config.Config {
|
||||
SharePrefix: "/Shares",
|
||||
HomeNamespace: "/users/{{.Id.OpaqueId}}",
|
||||
AdditionalInfoAttribute: "{{.Mail}}",
|
||||
StatCacheType: "nats-js-kv",
|
||||
StatCacheType: "memory",
|
||||
StatCacheNodes: []string{"127.0.0.1:9233"},
|
||||
StatCacheDatabase: "cache-stat",
|
||||
StatCacheTTL: 300 * time.Second,
|
||||
|
||||
Reference in New Issue
Block a user