Switch cache implementation for size limiting.
This commit is contained in:
parent
e158e32124
commit
6bfd521974
5 changed files with 16 additions and 15 deletions
2
mix.exs
2
mix.exs
|
|
@ -38,7 +38,7 @@ defmodule Pleroma.Mixfile do
|
|||
{:trailing_format_plug, "~> 0.0.5" },
|
||||
{:html_sanitize_ex, "~> 1.0.0"},
|
||||
{:calendar, "~> 0.16.1"},
|
||||
{:con_cache, "~> 0.12.0"},
|
||||
{:cachex, "~> 2.1"},
|
||||
{:ex_machina, "~> 2.0", only: :test},
|
||||
{:mix_test_watch, "~> 0.2", only: :dev}]
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue