remove timeout, not sure needed with caching

Signed-off-by: Andy Fragen <andy@thefragens.com>
This commit is contained in:
Andy Fragen 2025-08-16 09:03:04 -07:00
parent 4a740844da
commit 945d0c0077

View file

@ -152,7 +152,6 @@ function fetch_metadata_doc( string $url ) {
'headers' => [
'Accept' => sprintf( '%s;q=1.0, application/json;q=0.8', CONTENT_TYPE ),
],
'timeout' => 7,
] );
$code = wp_remote_retrieve_response_code( $response );
if ( is_wp_error( $response ) ) {