diff --git a/includes/functions.php b/includes/functions.php index d5cd9f6..883cd3f 100644 --- a/includes/functions.php +++ b/includes/functions.php @@ -79,7 +79,7 @@ function get_remote_metadata_by_actor( $actor, $cached = true ) { } $short_timeout = function() { - return 3; + return 10; }; add_filter( 'activitypub_remote_get_timeout', $short_timeout ); $response = Http::get( $actor );