diff options
author | Daniel Friesel <derf@finalrewind.org> | 2021-01-17 18:24:11 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2021-01-17 18:24:11 +0100 |
commit | 067b3b517c1dc354c56f7bb4a17b977fb045eb73 (patch) | |
tree | 536b3caeb16682d39efaea13b1add9932bb2fb91 /examples | |
parent | 40072cf9ca513a7b3946259fcfe9e41103a69c57 (diff) |
documentation++
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, |