summaryrefslogtreecommitdiff
path: root/config/config.exs
diff options
context:
space:
mode:
Diffstat (limited to 'config/config.exs')
-rw-r--r--config/config.exs4
1 files changed, 3 insertions, 1 deletions
diff --git a/config/config.exs b/config/config.exs
index 664572cf3..47b53d5af 100644
--- a/config/config.exs
+++ b/config/config.exs
@@ -326,6 +326,7 @@ config :pleroma, :activitypub,
unfollow_blocked: true,
outgoing_blocks: true,
follow_handshake_timeout: 500,
+ note_replies_output_limit: 5,
sign_object_fetches: true
config :pleroma, :streamer,
@@ -480,7 +481,8 @@ config :pleroma, Oban,
transmogrifier: 20,
scheduled_activities: 10,
background: 5,
- attachments_cleanup: 5,
+ remote_fetcher: 2,
+ attachments_cleanup: 5
new_users_digest: 1
],
crontab: [