summaryrefslogtreecommitdiff
path: root/config/benchmark.exs
diff options
context:
space:
mode:
authormarcin mikołajczak <me@mkljczk.pl>2024-02-02 17:13:15 +0000
committermarcin mikołajczak <git@mkljczk.pl>2024-02-02 18:55:37 +0100
commite798be90accbc93e9c7102a51ffd2575c9e617ec (patch)
treea8457757821ed028bd0517e7ace16e8c8ede9f4f /config/benchmark.exs
parent250a4873a6f50f71cb5c387de46d711dc1bd1a39 (diff)
parent3b9d991514e53ad8f442ffc674dd9b1422fdc415 (diff)
downloadpleroma-e798be90accbc93e9c7102a51ffd2575c9e617ec.tar.gz
pleroma-e798be90accbc93e9c7102a51ffd2575c9e617ec.zip
Merge branch 'develop' into 'post-languages'
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
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