forked from AkkomaGang/akkoma
Avoid unnecessary 500ms sleeps from CommonAPI.follow when the target user is remote
This commit is contained in:
parent
8829a408ec
commit
db7d6f337f
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@
|
|||
external_user_synchronization: false,
|
||||
static_dir: "test/instance_static/"
|
||||
|
||||
config :pleroma, :activitypub, sign_object_fetches: false
|
||||
config :pleroma, :activitypub, sign_object_fetches: false, follow_handshake_timeout: 0
|
||||
|
||||
# Configure your database
|
||||
config :pleroma, Pleroma.Repo,
|
||||
|
|
Loading…
Reference in a new issue