Skip to content

Commit

Permalink
fix #246. Increase the event emiter max listener number to 50
Browse files Browse the repository at this point in the history
  • Loading branch information
jmillan committed Oct 20, 2014
1 parent dab6463 commit 34b235c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EventEmitter.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ var
Event,
logger = new JsSIP.LoggerFactory().getLogger('jssip.eventemitter'),
C = {
MAX_LISTENERS: 10
MAX_LISTENERS: 50
};

EventEmitter = function(){};
Expand Down

0 comments on commit 34b235c

Please sign in to comment.