From 0b8f360e5be4418ba2977b885fce8670f80ef704 Mon Sep 17 00:00:00 2001 From: Matthias Pfefferle Date: Wed, 18 Oct 2023 13:19:40 +0200 Subject: [PATCH] 10 sec should be enough --- includes/collection/class-followers.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/collection/class-followers.php b/includes/collection/class-followers.php index e1425f4..c76c6cc 100644 --- a/includes/collection/class-followers.php +++ b/includes/collection/class-followers.php @@ -296,7 +296,7 @@ class Followers { // schedule Accept Activity so that we can get sure it will be sent... \wp_schedule_single_event( - \strtotime( '+60 seconds' ), + \strtotime( '+10 seconds' ), 'activitypub_send_accept_activity', array( $inbox,