Skip to content

Commit

Permalink
mention workers
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jul 4, 2017
1 parent 56045c2 commit 91fae2b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Mojo/Server/Hypnotoad.pm
Expand Up @@ -322,7 +322,7 @@ C<http://*:8080>. See also L<Mojo::Server::Daemon/"listen"> for more examples.
Temporarily spawn up to this number of additional workers if there is a need,
defaults to the value of L<Mojo::Server::Prefork/"overload">. This allows for
new workers to be started while old ones are still shutting down gracefully,
drastically reducing the performance cost of restarts.
drastically reducing the performance cost of worker restarts.
=head2 pid_file
Expand Down
2 changes: 1 addition & 1 deletion lib/Mojo/Server/Prefork.pm
Expand Up @@ -410,7 +410,7 @@ block the event loop.
Temporarily spawn up to this number of additional workers if there is a need,
defaults to C<2>. This allows for new workers to be started while old ones are
still shutting down gracefully, drastically reducing the performance cost of
restarts.
worker restarts.
=head2 pid_file
Expand Down

0 comments on commit 91fae2b

Please sign in to comment.