Kaynağa Gözat

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

delete-chats-for-deleted-users
Mark Felder 3 yıl önce
ebeveyn
işleme
db7d6f337f
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. +1
    -1
      config/test.exs

+ 1
- 1
config/test.exs Dosyayı Görüntüle

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


Yükleniyor…
İptal
Kaydet