Skip to content
Snippets Groups Projects
Commit 11ea0864 authored by lain's avatar lain
Browse files

Make cache bigger and longer lived.

parent ffc604a2
Branches
Tags
No related merge requests found
......@@ -15,9 +15,9 @@ defmodule Pleroma.Application do
# Start your own worker by calling: Pleroma.Worker.start_link(arg1, arg2, arg3)
# worker(Pleroma.Worker, [arg1, arg2, arg3]),
worker(Cachex, [:user_cache, [
default_ttl: 5000,
default_ttl: 25000,
ttl_interval: 1000,
limit: 500
limit: 2500
]])
]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment