commit
commit copied to clipboard
Raise error ERR_FR_MAX_BODY_LENGTH_EXCEEDED with big file size target
like generated jar file, the big file size commit target will cause ERR_FR_MAX_BODY_LENGTH_EXCEEDED then failed to commit
ref https://github.com/axios/axios/issues/4888
https://axios-http.com/docs/req_config by default config,
// `maxContentLength` defines the max size of the http response content in bytes allowed in node.js
maxContentLength: 2000,
// `maxBodyLength` (Node only option) defines the max size of the http request content in bytes allowed
maxBodyLength: 2000,
I made a PullRequest #17