Merge branch 'master' into add/query-follower-list

This commit is contained in:
Matthias Pfefferle 2023-10-17 18:13:37 +02:00 committed by GitHub
commit 8376950fdd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 );