diff options
author | lain <lain@soykaf.club> | 2021-12-06 21:16:30 +0000 |
---|---|---|
committer | lain <lain@soykaf.club> | 2021-12-06 21:16:30 +0000 |
commit | 613f55b078e5daf6df6a5ead4865a051c85940f7 (patch) | |
tree | fe97b444899a765880de7beebd74515d09c7443f /config | |
parent | ab60c0c6c2145df145a71f6786bd087ea8304596 (diff) | |
parent | ce4560c2a1c194f7640accf1205e91bf40779043 (diff) | |
download | pleroma-613f55b078e5daf6df6a5ead4865a051c85940f7.tar.gz |
Merge branch 'benchmark' into 'develop'
Fix benchmarks
See merge request pleroma/pleroma!3551
Diffstat (limited to 'config')
-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 |