summaryrefslogtreecommitdiff
path: root/config/benchmark.exs
diff options
context:
space:
mode:
Diffstat (limited to 'config/benchmark.exs')
-rw-r--r--config/benchmark.exs4
1 files changed, 4 insertions, 0 deletions
diff --git a/config/benchmark.exs b/config/benchmark.exs
index e3e1118ed..d30c95946 100644
--- a/config/benchmark.exs
+++ b/config/benchmark.exs
@@ -79,6 +79,10 @@ IO.puts("RUM enabled: #{rum_enabled}")
config :pleroma, Pleroma.ReverseProxy.Client, Pleroma.ReverseProxy.ClientMock
+config :pleroma, Pleroma.Application,
+ background_migrators: false,
+ streamer_registry: false
+
if File.exists?("./config/benchmark.secret.exs") do
import_config "benchmark.secret.exs"
else