Explorar el Código

Benchmark config: Don't use the sql sandbox.

merge-requests/1875/head
lain hace 4 años
padre
commit
ecd7ac855b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      config/benchmark.exs

+ 1
- 1
config/benchmark.exs Ver fichero

@@ -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


Cargando…
Cancelar
Guardar