From: lain Date: Thu, 10 Oct 2019 13:42:54 +0000 (+0200) Subject: Benchmark config: Don't use the sql sandbox. X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=ecd7ac855bfc6a8e2f95c099b442d9f0f9117e6b;p=akkoma Benchmark config: Don't use the sql sandbox. --- diff --git a/config/benchmark.exs b/config/benchmark.exs index 289a0e317..dd99cf5fd 100644 --- a/config/benchmark.exs +++ b/config/benchmark.exs @@ -41,7 +41,7 @@ config :pleroma, Pleroma.Repo, password: "postgres", database: "pleroma_test", hostname: System.get_env("DB_HOST") || "localhost", - pool: Ecto.Adapters.SQL.Sandbox + pool_size: 10 # Reduce hash rounds for testing config :pbkdf2_elixir, rounds: 1