about summary refs log tree commit diff
path: root/app/views/admin/instances/index.html.haml
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2019-03-26 00:36:35 +0100
committerGitHub <noreply@github.com>2019-03-26 00:36:35 +0100
commit94e5e834f2ddbc791ab27e2ef17eb2f23140a6ba (patch)
tree6d6d82445651f10512c2a7a41a1421a95489d7a2 /app/views/admin/instances/index.html.haml
parenta96181f16f4ef74ce6a1efc5e893ddd87a127949 (diff)
Improve performance of list of blocked domains by caching counts (#10374)
Diffstat (limited to 'app/views/admin/instances/index.html.haml')
-rw-r--r--app/views/admin/instances/index.html.haml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/views/admin/instances/index.html.haml b/app/views/admin/instances/index.html.haml
index 235927140..9574c3147 100644
--- a/app/views/admin/instances/index.html.haml
+++ b/app/views/admin/instances/index.html.haml
@@ -33,7 +33,7 @@
       %h4
         = instance.domain
         %small
-          = t('admin.instances.known_accounts', count: instance.accounts_count)
+          = t('admin.instances.known_accounts', count: instance.cached_accounts_count)
 
           - if instance.domain_block
             - if !instance.domain_block.noop?