Merge branch 'benchmark' into 'develop'

Fix benchmarks

See merge request pleroma/pleroma!3551
This commit is contained in:
lain 2021-12-06 21:16:30 +00:00
commit 613f55b078
3 changed files with 4 additions and 5 deletions

View file

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