WP Manifestindependent plugin directory
manifest / performance / wp-increase-curl-timeout

WP Increase cURL Timeout

Increases the timeout for cURL requests in WordPress to 5 seconds, if needed.

by Jesse Pearson · github.com/jessepearson/wp-increase-curl-timeout · website

2stars
1forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/jessepearson/wp-increase-curl-timeout/archive/refs/heads/master.zip

Increases the timeout for cURL requests in WordPress to 5 seconds, if needed.

Why

Sometimes plugins have cURL connections going out from WordPress, this will make sure that those requests have a timeout of 5 seconds. This can be increased by manually editing the plugin.

Symptoms

  • Plugins that sync fail, typically something about a cURL timeout will be logged.

Usage

  1. Install plugin and activate
  2. Try your sync again.