소스 검색

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


불러오는 중...
취소
저장