Skip to content

Commit

Permalink
Increase default timer limit to 10k
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm1 committed Aug 18, 2009
1 parent 56513c3 commit 6726626
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/em.cpp
Expand Up @@ -37,7 +37,7 @@ unsigned gLastTickCount;
/* 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 int MaxOutstandingTimers = 1000;
static int MaxOutstandingTimers = 10000;


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

0 comments on commit 6726626

Please sign in to comment.