http: request - response limit.
This commit is contained in:
parent
856957eee9
commit
53e30fcc08
@ -43,7 +43,7 @@ function RequestOptions(options) {
|
||||
this.query = null;
|
||||
this.body = null;
|
||||
this.auth = null;
|
||||
this.limit = 5 << 20;
|
||||
this.limit = 10 << 20;
|
||||
this.maxRedirects = 5;
|
||||
this.timeout = 5000;
|
||||
this.buffer = false;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user