Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
set max = 100000 for mochiweb
Browse files Browse the repository at this point in the history
  • Loading branch information
jkvor committed Jan 5, 2012
1 parent fb67470 commit bca926d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/logplex_api.erl
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ start_link() ->
{ip, "0.0.0.0"},
{port, Port},
{backlog, 1024},
{max, 100000},
{loop, {logplex_api, loop}},
{name, logplex_api}
],
Expand Down

0 comments on commit bca926d

Please sign in to comment.