Skip to content

Commit

Permalink
Changed default server limit to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
Carlos Fernandez committed Oct 30, 2010
1 parent 499756b commit 413f376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ int initialise(int argc, char **argv, bool &daemon) {
"server port")
("server.limit",
po::value<int>(&userLimit)->default_value(
-1),
20),
"maximum number of users allowed")
("server.threads",
po::value<int>(&workerThreads)->default_value(
Expand Down

0 comments on commit 413f376

Please sign in to comment.