Skip to content

Commit

Permalink
use the same example everywhere
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Mar 2, 2016
1 parent 23a7393 commit ac64ed3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Mojo/IOLoop.pm
Expand Up @@ -334,7 +334,7 @@ randomly to improve load balancing between multiple server processes.
=head2 max_connections
my $max = $loop->max_connections;
$loop = $loop->max_connections(1000);
$loop = $loop->max_connections(100);
The maximum number of accepted connections this event loop is allowed to handle
concurrently, before stopping to accept new incoming connections, defaults to
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/Server/Daemon.pm
Expand Up @@ -426,7 +426,7 @@ TLS protocol version.
=head2 max_clients
my $max = $daemon->max_clients;
$daemon = $daemon->max_clients(1000);
$daemon = $daemon->max_clients(100);
Maximum number of accepted connections this server is allowed to handle
concurrently before stopping to accept new incoming connections, passed along to
Expand Down

0 comments on commit ac64ed3

Please sign in to comment.