WIP Translation backends support

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak 2022-10-30 18:47:41 +01:00
commit 557a7d736a
5 changed files with 99 additions and 2 deletions

View file

@ -182,7 +182,8 @@ defmodule Pleroma.Application do
expiration: chat_message_id_idempotency_key_expiration(),
limit: 500_000
),
build_cachex("rel_me", limit: 2500)
build_cachex("rel_me", limit: 2500),
build_cachex("translations", default_ttl: :timer.hours(24), limit: 5_000)
]
end