diff --git a/api/config/settings/common.py b/api/config/settings/common.py
index 3237718e0cbd7ece155e668395cd12019f697189..3dc2ea23b18fe29ec2b88c27c208f37bbc9abe13 100644
--- a/api/config/settings/common.py
+++ b/api/config/settings/common.py
@@ -538,7 +538,6 @@ if CACHEOPS_ENABLED:
     CACHEOPS_PREFIX = lambda _: "cacheops"  # noqa
     CACHEOPS_DEFAULTS = {"timeout": CACHEOPS_DURATION}
     CACHEOPS = {
-        "users.user": {"ops": "get"},
         "music.album": {"ops": "count"},
         "music.artist": {"ops": "count"},
         "music.track": {"ops": "count"},