projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b9b00e6
)
Benchmark config: Don't use the sql sandbox.
author
lain
<lain@soykaf.club>
Thu, 10 Oct 2019 13:42:54 +0000
(15:42 +0200)
committer
lain
<lain@soykaf.club>
Thu, 10 Oct 2019 13:42:54 +0000
(15:42 +0200)
config/benchmark.exs
patch
|
blob
|
history
diff --git
a/config/benchmark.exs
b/config/benchmark.exs
index 289a0e317b54c54f177c85d45c93235fcdad5c6d..dd99cf5fd81e9ac11de7a7a81d8f07db4b9edb6c 100644
(file)
--- 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