Fix rel="me"

Cachex for this was not started
This commit is contained in:
Mark Felder 2022-12-29 19:42:14 +00:00
commit bea43aba33
2 changed files with 4 additions and 1 deletions

View file

@ -209,7 +209,8 @@ defmodule Pleroma.Application do
build_cachex("chat_message_id_idempotency_key",
expiration: chat_message_id_idempotency_key_expiration(),
limit: 500_000
)
),
build_cachex("rel_me", limit: 2500)
]
end