forked from AkkomaGang/akkoma
Benchmark config: Don't use the sql sandbox.
This commit is contained in:
parent
b9b00e6e96
commit
ecd7ac855b
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
|||
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
|
||||
|
|
Loading…
Reference in a new issue