Commit 03f7f6c2 by 蒋勇

d

parent bb1340f5
......@@ -36,7 +36,9 @@ class ExecClient {
async execPost(subData, url) {
let cmd = this.FetchPostCmd(subData, url);
var result = await this.exec(cmd);
var result = await this.exec(cmd,{
maxBuffer: 1024 * 1024 * 50
});
return result;
}
async execPostEs(subData, url) {
......
......@@ -11,7 +11,7 @@
"license": "ISC",
"dependencies": {
"@alicloud/pop-core": "^1.7.7",
"MD5": "^1.3.0",
"MD5": "1.3.0",
"after": "^0.8.2",
"ali-oss": "^4.12.2",
"babel-polyfill": "^6.26.0",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment