Skip to content

Commit

Permalink
update default value in usage message
Browse files Browse the repository at this point in the history
  • Loading branch information
kraih committed Jul 4, 2017
1 parent e862c19 commit a8af0f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/Mojolicious/Command/prefork.pm
Expand Up @@ -47,7 +47,7 @@ Mojolicious::Command::prefork - Pre-fork command
./myapp.pl prefork -m production -l http://*:8080
./myapp.pl prefork -l http://127.0.0.1:8080 -l https://[::]:8081
./myapp.pl prefork -l 'https://*:443?cert=./server.crt&key=./server.key'
./myapp.pl prefork -l http+unix://%2Ftmp%2Fmyapp.sock
./myapp.pl prefork -l http+unix://%2Ftmp%2Fmyapp.sock -w 12
Options:
-a, --accepts <number> Number of connections for workers to
Expand All @@ -58,7 +58,7 @@ Mojolicious::Command::prefork - Pre-fork command
connections, defaults to 1000
-G, --graceful-timeout <seconds> Graceful timeout, defaults to 60.
-I, --heartbeat-interval <seconds> Heartbeat interval, defaults to 5
-H, --heartbeat-timeout <seconds> Heartbeat timeout, defaults to 20
-H, --heartbeat-timeout <seconds> Heartbeat timeout, defaults to 30
-h, --help Show this summary of available options
--home <path> Path to home directory of your
application, defaults to the value of
Expand Down

0 comments on commit a8af0f5

Please sign in to comment.