Skip to content

Commit

Permalink
show request delay
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmud committed Mar 4, 2014
1 parent 1ab406c commit 8cb22c4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/task.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ function oauth2_item(item) {
} else {
req_delay = req_delay / n_mores;
}
log('OAuth2 client request delay: %ss', req_delay / 1000)
ret.req_delay = req_delay;
return ret;
}
Expand Down

0 comments on commit 8cb22c4

Please sign in to comment.