← All changes
|
core/base/background-process/wp-async-request.php
+1
-1
4.2.0-beta2
→
3.32.0-dev3
View file →
| @@ -132,9 +132,9 @@ | ||
| 132 | 132 | return $this->post_args; |
| 133 | 133 | } |
| 134 | 134 | |
| 135 | 135 | return [ |
| 136 | - 'timeout' => 5, | |
| 136 | + 'timeout' => 0.01, | |
| 137 | 137 | 'blocking' => false, |
| 138 | 138 | 'body' => $this->data, |
| 139 | 139 | 'cookies' => $_COOKIE, |
| 140 | 140 | /** This filter is documented in wp-includes/class-wp-http-streams.php */ |