Add missing rel_me cache
This commit is contained in:
parent
7a14517763
commit
0ab061f375
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue