Friendship ended with Postgresql now Cachex is my best friend
This commit is contained in:
parent
d9f40b05b3
commit
535fddd286
6 changed files with 49 additions and 86 deletions
|
|
@ -53,6 +53,16 @@ defmodule Pleroma.Application do
|
|||
],
|
||||
id: :cachex_object
|
||||
),
|
||||
worker(
|
||||
Cachex,
|
||||
[
|
||||
:scrubber_cache,
|
||||
[
|
||||
limit: 2500
|
||||
]
|
||||
],
|
||||
id: :cachex_scrubber
|
||||
),
|
||||
worker(
|
||||
Cachex,
|
||||
[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue