diff options
Diffstat (limited to 'examples')
-rw-r--r-- | examples/travelynx.conf | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/examples/travelynx.conf b/examples/travelynx.conf index 851698c..81ecd9f 100644 --- a/examples/travelynx.conf +++ b/examples/travelynx.conf @@ -22,8 +22,11 @@ password => die("Changeme!"), }, - # See the Mojo::Server::Hypnotoad manual for details on the following - # settings. + # These settings control the amount and (re)spawn behaviour of travelynx + # worker processes as well as IP, port, and PID file. They are suitable for + # up to a few dozen concurrent users. If your site has more traffic, you + # may want to increase the number of worker processes. + # See the Mojo::Server::Hypnotoad manual for details. hypnotoad => { accepts => 100, clients => 10, |