aboutsummaryrefslogtreecommitdiff
path: root/common/keydb/postgres
diff options
context:
space:
mode:
authorNeil Alexander <neilalexander@users.noreply.github.com>2020-05-15 09:32:40 +0100
committerGitHub <noreply@github.com>2020-05-15 09:32:40 +0100
commit419ff150d41a3d0de25f0e8e66baf36948bcfbc1 (patch)
tree6ba7ba08c68de1662efb3dde65f904906d4d77ab /common/keydb/postgres
parent7ca230e931faceb0b8a9e60314258d6cd59f33d4 (diff)
Implement key caching directly (#1038)
* Use gomatrixserverlib key caching * Implement key caching wrapper * Add caching wrapper in BaseComponent * Review comments
Diffstat (limited to 'common/keydb/postgres')
-rw-r--r--common/keydb/postgres/keydb.go2
1 files changed, 1 insertions, 1 deletions
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