Benchmark config: Don't use the sql sandbox.
authorlain <lain@soykaf.club>
Thu, 10 Oct 2019 13:42:54 +0000 (15:42 +0200)
committerlain <lain@soykaf.club>
Thu, 10 Oct 2019 13:42:54 +0000 (15:42 +0200)
config/benchmark.exs

index 289a0e317b54c54f177c85d45c93235fcdad5c6d..dd99cf5fd81e9ac11de7a7a81d8f07db4b9edb6c 100644 (file)
@@ -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