summaryrefslogtreecommitdiff
path: root/config/benchmark.exs
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2024-01-20 18:47:25 -0500
committerMark Felder <feld@feld.me>2024-01-20 18:47:25 -0500
commit4bb57d4f25bcdc90a63163ba175b6171c9ddbc33 (patch)
tree884e2c8de9c5a6c8c2116839d17ef65cc7b7ff63 /config/benchmark.exs
parentc7eda0b24ade372e4e167ae560a2debb555a6e02 (diff)
downloadpleroma-4bb57d4f25bcdc90a63163ba175b6171c9ddbc33.tar.gz
pleroma-4bb57d4f25bcdc90a63163ba175b6171c9ddbc33.zip
Use config to control background migrators
Diffstat (limited to 'config/benchmark.exs')
-rw-r--r--config/benchmark.exs3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/benchmark.exs b/config/benchmark.exs
index e3e1118ed..848344864 100644
--- a/config/benchmark.exs
+++ b/config/benchmark.exs
@@ -79,6 +79,9 @@ IO.puts("RUM enabled: #{rum_enabled}")
config :pleroma, Pleroma.ReverseProxy.Client, Pleroma.ReverseProxy.ClientMock
+config :pleroma, Pleroma.Application,
+ background_migrators: false
+
if File.exists?("./config/benchmark.secret.exs") do
import_config "benchmark.secret.exs"
else