Use config to control streamer registry
This commit is contained in:
parent
4bb57d4f25
commit
17877f612e
4 changed files with 20 additions and 15 deletions
|
|
@ -908,7 +908,8 @@ config :pleroma, Pleroma.Application,
|
|||
background_migrators: true,
|
||||
internal_fetch: true,
|
||||
load_custom_modules: true,
|
||||
max_restarts: 3
|
||||
max_restarts: 3,
|
||||
streamer_registry: true
|
||||
|
||||
# Import environment specific config. This must remain at the bottom
|
||||
# of this file so it overrides the configuration defined above.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue