summaryrefslogtreecommitdiff
path: root/mix.exs
diff options
context:
space:
mode:
authorRoger Braun <roger@rogerbraun.net>2017-04-14 17:13:51 +0200
committerRoger Braun <roger@rogerbraun.net>2017-04-14 17:13:51 +0200
commit03ddaead7e01d096cc3caa95a956d049be2e28f6 (patch)
tree14ffabd4929e556c668d94d6e5f21634397d6a2a /mix.exs
parent90b38fd51b4d40b6240ff5e5e3bb852eb18f97df (diff)
downloadpleroma-03ddaead7e01d096cc3caa95a956d049be2e28f6.tar.gz
pleroma-03ddaead7e01d096cc3caa95a956d049be2e28f6.zip
Add basic user caching.
Expires after 5 seconds.
Diffstat (limited to 'mix.exs')
-rw-r--r--mix.exs1
1 files changed, 1 insertions, 0 deletions
diff --git a/mix.exs b/mix.exs
index 590ecfb09..09bc34f1a 100644
--- a/mix.exs
+++ b/mix.exs
@@ -38,6 +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"},
{:ex_machina, "~> 2.0", only: :test},
{:mix_test_watch, "~> 0.2", only: :dev}]
end