Skip to content

Commit

Permalink
10x the default max timer limit
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm1 committed Oct 12, 2010
1 parent a54d07a commit f7562bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/em.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ See the file COPYING for complete licensing information.
/* The numer of max outstanding timers was once a const enum defined in em.h.
* Now we define it here so that users can change its value if necessary.
*/
static unsigned int MaxOutstandingTimers = 10000;
static unsigned int MaxOutstandingTimers = 100000;


/* Internal helper to convert strings to internet addresses. IPv6-aware.
Expand Down

0 comments on commit f7562bc

Please sign in to comment.