Commit bea270db authored by Kamron Aroonrua's avatar Kamron Aroonrua 💬

test

parent 73df0352
......@@ -28,11 +28,11 @@ var req = {
var idx = 0;
async.whilst(
function() { return idx < 20; },
function() { return idx < 10000; },
function(callback) {
req.id = idx;
caller.call(req,function(err,resp){
console.log(resp)
//console.log(resp)
idx++;
callback(null);
});
......
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