mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +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,
|
||||
proxy,
|
||||
url,
|
||||
maxBodyLength: Infinity,
|
||||
maxContentLength: Infinity,
|
||||
} as AxiosRequestConfig;
|
||||
|
||||
axiosRequest.params = n8nRequest.qs;
|
||||
|
||||
Reference in New Issue
Block a user