diff options
author | marcin mikołajczak <git@mkljczk.pl> | 2021-12-25 00:52:02 +0100 |
---|---|---|
committer | marcin mikołajczak <git@mkljczk.pl> | 2021-12-25 00:52:02 +0100 |
commit | 9775955974171c19e2dd9e6930e96e33f25cb4db (patch) | |
tree | 498b0572f6edb8d09acb471b6b557de6ca9bc638 /config/benchmark.exs | |
parent | cd5fb84b76a51fe6c7b5d672298a87c34737c303 (diff) | |
parent | 1fa616638b8823a6cc0d67d0354cc179da5943f8 (diff) | |
download | pleroma-9775955974171c19e2dd9e6930e96e33f25cb4db.tar.gz pleroma-9775955974171c19e2dd9e6930e96e33f25cb4db.zip |
Merge remote-tracking branch 'origin/develop' into remote-follow-api
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
Diffstat (limited to 'config/benchmark.exs')
-rw-r--r-- | config/benchmark.exs | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/config/benchmark.exs b/config/benchmark.exs index a4d048f1b..9a7ea5669 100644 --- a/config/benchmark.exs +++ b/config/benchmark.exs @@ -4,8 +4,7 @@ import Config # you can enable the server option below. config :pleroma, Pleroma.Web.Endpoint, http: [port: 4001], - url: [port: 4001], - server: true + url: [port: 4001] # Disable captha for tests config :pleroma, Pleroma.Captcha, @@ -44,7 +43,7 @@ config :pleroma, Pleroma.Repo, pool_size: 10 # Reduce hash rounds for testing -config :pbkdf2_elixir, rounds: 1 +config :pleroma, :password, iterations: 1 config :tesla, adapter: Tesla.Mock |