summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2021-01-17 18:24:11 +0100
committerDaniel Friesel <derf@finalrewind.org>2021-01-17 18:24:11 +0100
commit067b3b517c1dc354c56f7bb4a17b977fb045eb73 (patch)
tree536b3caeb16682d39efaea13b1add9932bb2fb91 /examples
parent40072cf9ca513a7b3946259fcfe9e41103a69c57 (diff)
documentation++
Diffstat (limited to 'examples')
-rw-r--r--examples/travelynx.conf7
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,