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 see that we can set the timeout, but I don't see it being used anywhere while making the requests? There is no reference to this._timeout, and the axios always has the same config set:
letrequestConfig: axios.AxiosRequestConfig={
url,method: 'GET',baseURL: this._basePath,
headers,params: queryParams,timeout: 90*1000,// <-- shouldn't this use this._timeout?responseType: 'json',}
The text was updated successfully, but these errors were encountered:
I see that we can set the timeout, but I don't see it being used anywhere while making the requests? There is no reference to
this._timeout
, and the axios always has the same config set:The text was updated successfully, but these errors were encountered: