logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: db7d6f337f971707424c103bbb919822d7218527
parent 8829a408ecf3bfffaf59af415817220fd63a81b7
Author: Mark Felder <feld@feld.me>
Date:   Fri, 19 Feb 2021 18:37:37 -0600

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

Diffstat:

Mconfig/test.exs2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config/test.exs b/config/test.exs @@ -38,7 +38,7 @@ config :pleroma, :instance, 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,