{mastodon api, twitter api}: make the follow handshake timeout configurable
This commit is contained in:
parent
7f530f6f80
commit
7b3fff9af8
3 changed files with 12 additions and 3 deletions
|
|
@ -109,7 +109,8 @@ config :pleroma, :fe,
|
|||
config :pleroma, :activitypub,
|
||||
accept_blocks: true,
|
||||
unfollow_blocked: true,
|
||||
outgoing_blocks: true
|
||||
outgoing_blocks: true,
|
||||
follow_handshake_timeout: 500
|
||||
|
||||
config :pleroma, :user, deny_follow_blocked: true
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue