[#1505] Background fetching of incoming activities' `replies` collections.
[akkoma] / config / config.exs
index 2c154eb456e30475a1a5995759648519324b269f..5f72df8a0aa3c274f8d5e73522e0d8ad1f120bf7 100644 (file)
@@ -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.