Skip to content

Commit

Permalink
Merge 71fc34d into a8c55a7
Browse files Browse the repository at this point in the history
  • Loading branch information
cangku committed Jul 22, 2019
2 parents a8c55a7 + 71fc34d commit f99f4d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/wepy/src/app.js
Expand Up @@ -14,7 +14,7 @@ let RequestMQ = {
map: {},
mq: [],
running: [],
MAX_REQUEST: 5,
MAX_REQUEST: 10,
push (param) {
param.t = +new Date();
while ((this.mq.indexOf(param.t) > -1 || this.running.indexOf(param.t) > -1)) {
Expand Down

0 comments on commit f99f4d1

Please sign in to comment.