diff options
author | lain <lain@soykaf.club> | 2019-10-10 15:42:54 +0200 |
---|---|---|
committer | lain <lain@soykaf.club> | 2019-10-10 15:42:54 +0200 |
commit | ecd7ac855bfc6a8e2f95c099b442d9f0f9117e6b (patch) | |
tree | 876dd8394e9e022521a39d23671cc0488f36830f /config/benchmark.exs | |
parent | b9b00e6e96b458d9c951ce6505ae903fe47ffa57 (diff) | |
download | pleroma-ecd7ac855bfc6a8e2f95c099b442d9f0f9117e6b.tar.gz pleroma-ecd7ac855bfc6a8e2f95c099b442d9f0f9117e6b.zip |
Benchmark config: Don't use the sql sandbox.
Diffstat (limited to 'config/benchmark.exs')
-rw-r--r-- | config/benchmark.exs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |