Use config to control background migrators

This commit is contained in:
Mark Felder 2024-01-20 18:47:25 -05:00
commit 4bb57d4f25
4 changed files with 15 additions and 5 deletions

View file

@ -163,6 +163,7 @@ peer_module =
config :pleroma, Pleroma.Cluster, peer_module: peer_module
config :pleroma, Pleroma.Application,
background_migrators: false,
internal_fetch: false,
load_custom_modules: false,
max_restarts: 100