You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I ran into an issue where php wouldn't timeout when I expected. It was because curl_multi_select is handled by curl externally and doesn't count towards php's execution time. Will be pushing a new update soon to resolve this. It will do away with curl_multi_select, only using non-blocking curl functions, and will keep track of timeouts manually.
The text was updated successfully, but these errors were encountered:
I ran into an issue where php wouldn't timeout when I expected. It was because curl_multi_select is handled by curl externally and doesn't count towards php's execution time. Will be pushing a new update soon to resolve this. It will do away with curl_multi_select, only using non-blocking curl functions, and will keep track of timeouts manually.
The text was updated successfully, but these errors were encountered: