Merge branch 'master' into add/query-follower-list
This commit is contained in:
commit
8376950fdd
1 changed files with 1 additions and 1 deletions
|
@ -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 );
|
||||
|
|
Loading…
Reference in a new issue