mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
feat: Add support for large files with declarative nodes (#6461)
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user