From 273ac2c380842d095a3d370b01cfaeaf26999766 Mon Sep 17 00:00:00 2001 From: TudbuT Date: Tue, 3 Dec 2024 21:19:07 +0100 Subject: [PATCH] actually add config value --- config/config.exs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/config/config.exs b/config/config.exs index e919910b3..412e846ba 100644 --- a/config/config.exs +++ b/config/config.exs @@ -371,7 +371,8 @@ note_replies_output_limit: 5, sign_object_fetches: true, authorized_fetch_mode: false, - max_collection_objects: 50 + max_collection_objects: 50, + outbox_refetch_cooldown: 5 * 60 config :pleroma, :streamer, workers: 3,