Commit f1484f3427e69d9d4ca0a274eef57ec0e2a7844f
1 parent
725d029e9e
Exists in
master
fix active_request_count decremental
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
httppulsakita.js
... | ... | @@ -47,7 +47,7 @@ function topupRequest(task, retry) { |
47 | 47 | |
48 | 48 | request.post({url: config.h2h_out.partner, form: params}, function(err, httpResponse, httpResponseBody) { |
49 | 49 | |
50 | - config.globals.requests_count--; | |
50 | + config.globals.active_requests_count--; | |
51 | 51 | |
52 | 52 | if (err) { |
53 | 53 | console.log('HTTP Request Error (' + task['requestId'] + '): '); |