mirror of
https://github.com/owncloud/ocis
synced 2026-05-03 13:02:23 +02:00
use inmemory cache by default
Signed-off-by: jkoberg <jkoberg@owncloud.com>
This commit is contained in:
@@ -52,7 +52,7 @@ func DefaultConfig() *config.Config {
|
||||
},
|
||||
},
|
||||
FileMetadataCache: config.Cache{
|
||||
Store: "nats-js-kv",
|
||||
Store: "memory",
|
||||
Nodes: []string{"127.0.0.1:9233"},
|
||||
Database: "cache-filemetadata",
|
||||
TTL: 24 * 60 * time.Second,
|
||||
|
||||
Reference in New Issue
Block a user