Switch cache implementation for size limiting.

This commit is contained in:
Roger Braun 2017-04-17 11:36:17 +02:00
commit 6bfd521974
5 changed files with 16 additions and 15 deletions

View file

@ -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