Avoid unnecessary 500ms sleeps from CommonAPI.follow when the target user is remote

This commit is contained in:
Mark Felder 2021-02-19 18:37:37 -06:00
parent 8829a408ec
commit db7d6f337f
1 changed files with 1 additions and 1 deletions

View File

@ -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,