diff options
| author | lain <lain@soykaf.club> | 2020-03-30 14:48:00 +0000 |
|---|---|---|
| committer | lain <lain@soykaf.club> | 2020-03-30 14:48:00 +0000 |
| commit | 8bd5ad8664479b722e6905306f6342f35e2a84d2 (patch) | |
| tree | cc44801c5826eb663b87ce0b77a3a77b46c6011c /config | |
| parent | dabe3aeb9eedf4c376a4a9d46246a3f1e76c943f (diff) | |
| parent | 96e279655763fedcb701e59c500023a70568c4c6 (diff) | |
| download | pleroma-8bd5ad8664479b722e6905306f6342f35e2a84d2.tar.gz pleroma-8bd5ad8664479b722e6905306f6342f35e2a84d2.zip | |
Merge branch 'benchmark-improvements' into 'develop'
Benchmark improvements
See merge request pleroma/pleroma!2308
Diffstat (limited to 'config')
| -rw-r--r-- | config/benchmark.exs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/benchmark.exs b/config/benchmark.exs index ff59395cf..e867253eb 100644 --- a/config/benchmark.exs +++ b/config/benchmark.exs @@ -39,7 +39,7 @@ config :pleroma, Pleroma.Repo, adapter: Ecto.Adapters.Postgres, username: "postgres", password: "postgres", - database: "pleroma_test", + database: "pleroma_benchmark", hostname: System.get_env("DB_HOST") || "localhost", pool_size: 10 |
