Add missing rel_me cache

This commit is contained in:
marcin mikołajczak 2022-12-02 11:20:48 +00:00
parent 7a14517763
commit 0ab061f375

View file

@ -213,7 +213,8 @@ defp cachex_children do
expiration: chat_message_id_idempotency_key_expiration(),
limit: 500_000
),
build_cachex("translations", default_ttl: :timer.hours(24), limit: 5_000)
build_cachex("translations", default_ttl: :timer.hours(24), limit: 5_000),
build_cachex("rel_me", default_ttl: :timer.minutes(30), limit: 2_500)
]
end