X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=config%2Fconfig.exs;h=9d1e29c0dc1b720dec33ccd1d404d39047cc5960;hb=cb60a9c42f48f0b9df1681f9cba229b21eb6095c;hp=42e2d06a84e0e14a6752e59c115b643e5c5cf566;hpb=9fe60c3b9c242621177cb8c182f4e23a2ada14e7;p=akkoma diff --git a/config/config.exs b/config/config.exs index 42e2d06a8..9d1e29c0d 100644 --- a/config/config.exs +++ b/config/config.exs @@ -328,6 +328,7 @@ config :pleroma, :activitypub, unfollow_blocked: true, outgoing_blocks: true, follow_handshake_timeout: 500, + note_replies_output_limit: 5, sign_object_fetches: true, authorized_fetch_mode: false @@ -483,6 +484,7 @@ config :pleroma, Oban, transmogrifier: 20, scheduled_activities: 10, background: 5, + remote_fetcher: 2, attachments_cleanup: 5, new_users_digest: 1 ],