SurveyGizmoOfficial
released this
18 Apr 16:05
·
1 commit
to master
since this release
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);