Skip to content

Commit

Permalink
removed unused argument
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jan 16, 2013
1 parent cc86d1a commit 33f97a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/Mojo/Server/Prefork.pm
Expand Up @@ -41,7 +41,7 @@ sub daemonize {
}

sub run {
my ($self, $path) = @_;
my $self = shift;

# No Windows support
say 'Preforking not available for Windows.' and exit 0 if $^O eq 'MSWin32';
Expand Down
3 changes: 2 additions & 1 deletion lib/Mojolicious/Command/prefork.pm
Expand Up @@ -15,7 +15,8 @@ These options are available:
SOMAXCONN.
-c, --clients <number> Set maximum number of concurrent clients,
defaults to 1000.
-f <path> Set lock file path, defaults to a random file.
-f <path> Set path to lock file, defaults to a random
file.
-G, --graceful <seconds> Set graceful timeout, defaults to 20.
-g, --group <name> Set group name for process.
-H <seconds> Set heartbeat timeout, defaults to 20.
Expand Down

0 comments on commit 33f97a5

Please sign in to comment.