parent
c10c52dafc
commit
7d96f67cb2
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() {
|
$short_timeout = function() {
|
||||||
return 3;
|
return 10;
|
||||||
};
|
};
|
||||||
add_filter( 'activitypub_remote_get_timeout', $short_timeout );
|
add_filter( 'activitypub_remote_get_timeout', $short_timeout );
|
||||||
$response = Http::get( $actor );
|
$response = Http::get( $actor );
|
||||||
|
|
Loading…
Reference in a new issue