Merge branch 'chore/no-activitypub-sleeps' into 'develop'

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

See merge request pleroma/pleroma!3330
This commit is contained in:
lain 2021-02-23 13:53:59 +00:00
commit 022eb2a302
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,