diff options
author | Thog <me@thog.eu> | 2018-05-20 18:05:34 +0200 |
---|---|---|
committer | Thog <me@thog.eu> | 2018-05-20 20:08:40 +0200 |
commit | e55c6f311b8f459402134351230a5ff9700a8ff0 (patch) | |
tree | dc752c2917682c7c98a3d76c3ffcb33f4496120b /config/test.exs | |
parent | 413de8e4bcacc363958673d33787195823f7fe87 (diff) | |
download | pleroma-e55c6f311b8f459402134351230a5ff9700a8ff0.tar.gz pleroma-e55c6f311b8f459402134351230a5ff9700a8ff0.zip |
Migrate to comeonin 4 and Cachex 3
Also fix some warning in the code and add a missing alias
Diffstat (limited to 'config/test.exs')
-rw-r--r-- | config/test.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/test.exs b/config/test.exs index 0c73f892a..1bd11dee4 100644 --- a/config/test.exs +++ b/config/test.exs @@ -21,7 +21,7 @@ config :pleroma, Pleroma.Repo, pool: Ecto.Adapters.SQL.Sandbox # Reduce hash rounds for testing -config :comeonin, :pbkdf2_rounds, 1 +config :pbkdf2_elixir, rounds: 1 config :pleroma, :websub, Pleroma.Web.WebsubMock config :pleroma, :ostatus, Pleroma.Web.OStatusMock |