1
0

fix emoji tests

This commit is contained in:
FloatingGhost
2022-06-11 14:08:54 +01:00
committed by Mint
parent c6dc2cb15a
commit 3d1ede6900
13 changed files with 176 additions and 15 deletions
+2 -1
View File
@@ -48,7 +48,8 @@ config :pleroma, Pleroma.Repo,
database: "pleroma_test",
hostname: System.get_env("DB_HOST") || "localhost",
pool: Ecto.Adapters.SQL.Sandbox,
pool_size: 50
pool_size: 50,
queue_target: 5000
config :pleroma, :dangerzone, override_repo_pool_size: true