diff --git a/src/client.js b/src/client.js index 48c4ced..0d1b921 100644 --- a/src/client.js +++ b/src/client.js @@ -35,6 +35,8 @@ export default class Client { url: this.url(path), headers: this.defaultHeader, data: buildQueryString(params), + maxContentLength: Infinity, + maxBodyLength: Infinity, timeout: timeout * 1000, proxy: this.api.proxy, };