Skip to content

Commit

Permalink
Remove arbitrary 1000 req/s limit.
Browse files Browse the repository at this point in the history
  • Loading branch information
pgriess committed Aug 8, 2010
1 parent 5b6b094 commit e45840c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions wsbench
Expand Up @@ -36,11 +36,6 @@ op.on('protocol', function(o, v) {
OPTIONS.protocol = v;
});
op.on('rate', function(o, v) {
if (v > 1000) {
console.error('wsbench: cannot handle more than 1000 reqs/s');
process.exit(1);
}

OPTIONS.rate = v;
});
op.on(2, function(v) {
Expand Down

0 comments on commit e45840c

Please sign in to comment.