summaryrefslogtreecommitdiff
path: root/config/benchmark.exs
diff options
context:
space:
mode:
authorMark Felder <feld@feld.me>2024-01-20 18:51:20 -0500
committerMark Felder <feld@feld.me>2024-01-20 18:51:20 -0500
commit17877f612e6c655290c5dc8bdb82f4b34e8b5b9f (patch)
tree8d4fcde89a7d0c3b6b87f56b24b9c08adc9fcee8 /config/benchmark.exs
parent4bb57d4f25bcdc90a63163ba175b6171c9ddbc33 (diff)
downloadpleroma-17877f612e6c655290c5dc8bdb82f4b34e8b5b9f.tar.gz
pleroma-17877f612e6c655290c5dc8bdb82f4b34e8b5b9f.zip
Use config to control streamer registry
Diffstat (limited to 'config/benchmark.exs')
-rw-r--r--config/benchmark.exs3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/benchmark.exs b/config/benchmark.exs
index 848344864..d30c95946 100644
--- a/config/benchmark.exs
+++ b/config/benchmark.exs
@@ -80,7 +80,8 @@ IO.puts("RUM enabled: #{rum_enabled}")
config :pleroma, Pleroma.ReverseProxy.Client, Pleroma.ReverseProxy.ClientMock
config :pleroma, Pleroma.Application,
- background_migrators: false
+ background_migrators: false,
+ streamer_registry: false
if File.exists?("./config/benchmark.secret.exs") do
import_config "benchmark.secret.exs"