From 419ff150d41a3d0de25f0e8e66baf36948bcfbc1 Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Fri, 15 May 2020 09:32:40 +0100 Subject: Implement key caching directly (#1038) * Use gomatrixserverlib key caching * Implement key caching wrapper * Add caching wrapper in BaseComponent * Review comments --- common/keydb/postgres/keydb.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/keydb/postgres') diff --git a/common/keydb/postgres/keydb.go b/common/keydb/postgres/keydb.go index 6149d877..706ca005 100644 --- a/common/keydb/postgres/keydb.go +++ b/common/keydb/postgres/keydb.go @@ -79,7 +79,7 @@ func NewDatabase( // FetcherName implements KeyFetcher func (d Database) FetcherName() string { - return "KeyDatabase" + return "PostgresKeyDatabase" } // FetchKeys implements gomatrixserverlib.KeyDatabase -- cgit v1.2.3