Skip to content

Commit

Permalink
feat: specify maxContentLength to Infinity
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Apr 11, 2018
1 parent c1ec338 commit f131a0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Expand Up @@ -18,7 +18,7 @@ function getAxios(options) {
return axios.create(
Object.assign(
{
maxContentLength: 1024 * 1024 * 1024
maxContentLength: Infinity
},
options
)
Expand Down

0 comments on commit f131a0d

Please sign in to comment.