forked from AkkomaGang/akkoma
actually add config value
This commit is contained in:
parent
6d8df8c1a2
commit
273ac2c380
1 changed files with 2 additions and 1 deletions
|
@ -371,7 +371,8 @@
|
||||||
note_replies_output_limit: 5,
|
note_replies_output_limit: 5,
|
||||||
sign_object_fetches: true,
|
sign_object_fetches: true,
|
||||||
authorized_fetch_mode: false,
|
authorized_fetch_mode: false,
|
||||||
max_collection_objects: 50
|
max_collection_objects: 50,
|
||||||
|
outbox_refetch_cooldown: 5 * 60
|
||||||
|
|
||||||
config :pleroma, :streamer,
|
config :pleroma, :streamer,
|
||||||
workers: 3,
|
workers: 3,
|
||||||
|
|
Loading…
Reference in a new issue