Answers for "drupal 9 guzzle client increase timeout"

0

drupal 9 guzzle client increase timeout

<?php
/**
 * HTTP Client config.
 */
$settings['http_client_config']['timeout'] = 60;
?>
Posted by: Guest on June-02-2021

Browse Popular Code Answers by Language