X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;ds=sidebyside;f=config%2Fconfig.exs;h=5f72df8a0aa3c274f8d5e73522e0d8ad1f120bf7;hb=86e4d23acb640efea8cbc879ddbeadfa0e04f9c8;hp=2c154eb456e30475a1a5995759648519324b269f;hpb=be2777715650d0ac80509f0bd22b4cea8641f9b3;p=akkoma diff --git a/config/config.exs b/config/config.exs index 2c154eb45..5f72df8a0 100644 --- a/config/config.exs +++ b/config/config.exs @@ -501,6 +501,7 @@ config :pleroma, Oban, transmogrifier: 20, scheduled_activities: 10, background: 5, + remote_fetcher: 2, attachments_cleanup: 5 ] @@ -620,6 +621,10 @@ config :pleroma, :modules, runtime_dir: "instance/modules" config :pleroma, configurable_from_database: false +config :pleroma, :mastodon_compatibility, + # https://git.pleroma.social/pleroma/pleroma/issues/1505 + federated_note_replies_limit: 5 + config :swarm, node_blacklist: [~r/myhtml_.*$/] # Import environment specific config. This must remain at the bottom # of this file so it overrides the configuration defined above.