mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 06:34:05 -08:00
feat: Add support for large files with declarative nodes (#6461)
This commit is contained in:
parent
9978e2760b
commit
e0f109fa7e
|
@ -747,6 +747,8 @@ function convertN8nRequestToAxios(n8nRequest: IHttpRequestOptions): AxiosRequest
|
||||||
auth,
|
auth,
|
||||||
proxy,
|
proxy,
|
||||||
url,
|
url,
|
||||||
|
maxBodyLength: Infinity,
|
||||||
|
maxContentLength: Infinity,
|
||||||
} as AxiosRequestConfig;
|
} as AxiosRequestConfig;
|
||||||
|
|
||||||
axiosRequest.params = n8nRequest.qs;
|
axiosRequest.params = n8nRequest.qs;
|
||||||
|
|
Loading…
Reference in a new issue