From f456bd3401859eb6ea15e48cc6e117c46703ffd1 Mon Sep 17 00:00:00 2001 From: kim <89579420+NyaaaWhatsUpDoc@users.noreply.github.com> Date: Mon, 6 May 2024 21:29:31 +0000 Subject: update the total ratios calculation to include ALL caches (previously was missing a few!) (#2907) --- internal/cache/db.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'internal/cache/db.go') diff --git a/internal/cache/db.go b/internal/cache/db.go index d993d6143..4ce541770 100644 --- a/internal/cache/db.go +++ b/internal/cache/db.go @@ -148,15 +148,15 @@ type GTSCaches struct { // Tag provides access to the gtsmodel Tag database cache. Tag StructCache[*gtsmodel.Tag] + // ThreadMute provides access to the gtsmodel ThreadMute database cache. + ThreadMute StructCache[*gtsmodel.ThreadMute] + // Token provides access to the gtsmodel Token database cache. Token StructCache[*gtsmodel.Token] // Tombstone provides access to the gtsmodel Tombstone database cache. Tombstone StructCache[*gtsmodel.Tombstone] - // ThreadMute provides access to the gtsmodel ThreadMute database cache. - ThreadMute StructCache[*gtsmodel.ThreadMute] - // User provides access to the gtsmodel User database cache. User StructCache[*gtsmodel.User] -- cgit v1.2.3