浏览代码

Benchmark config: Don't use the sql sandbox.

merge-requests/1875/head
lain 4 年前
父节点
当前提交
ecd7ac855b
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      config/benchmark.exs

+ 1
- 1
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


正在加载...
取消
保存