Skip to content

Add support for API request timeout configuration

Latest
Compare
Choose a tag to compare
@SurveyGizmoOfficial SurveyGizmoOfficial released this 18 Apr 16:05
· 1 commit to master since this release
e89a471

You can now configure the request timeout duration (in seconds, defaults to 35 if not specified):

// This is the maximum wait period before aborting requests, you may need to
// increase this from the default of 35 seconds if working with oversize surveys
\SurveyGizmo\ApiRequest::setRequestTimeout(60);