Skip to content

Commit

Permalink
feat: Add support for large files with declarative nodes (#6461)
Browse files Browse the repository at this point in the history
  • Loading branch information
Joffcom authored Jun 19, 2023
1 parent 9978e27 commit e0f109f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/core/src/NodeExecuteFunctions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -747,6 +747,8 @@ function convertN8nRequestToAxios(n8nRequest: IHttpRequestOptions): AxiosRequest
auth,
proxy,
url,
maxBodyLength: Infinity,
maxContentLength: Infinity,
} as AxiosRequestConfig;

axiosRequest.params = n8nRequest.qs;
Expand Down

0 comments on commit e0f109f

Please sign in to comment.