Increase admin-ajax timeout
Just a small plugin to try to prevent cURL error 28 for admin-ajax.php requests by increasing the timeout value.
by Samuel Aguilera · github.com/samuelaguilera/increase-admin-ajax-timeout
★ 0stars
0forks
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/samuelaguilera/increase-admin-ajax-timeout/archive/refs/heads/main.zipReadme
Description
Just a small plugin to try to prevent cURL error 28 for admin-ajax.php requests by increasing the timeout value.
This is useful for scenarios where the communication between your site server and a third-party service is not as fast as it should be or the amount of data being sent requires more processing time in order to complete the request.
Requirements
No special requirements, just a WordPress site.
Usage
- Click on the green "<> Code" button, then on "Download ZIP" to download the file.
- Install and activate it from your site Plugins page as usual.