Friendship ended with Postgresql now Cachex is my best friend

This commit is contained in:
Rin Toshaka 2018-12-30 19:33:36 +01:00
commit 535fddd286
6 changed files with 49 additions and 86 deletions

View file

@ -53,6 +53,16 @@ defmodule Pleroma.Application do
],
id: :cachex_object
),
worker(
Cachex,
[
:scrubber_cache,
[
limit: 2500
]
],
id: :cachex_scrubber
),
worker(
Cachex,
[