From 067b3b517c1dc354c56f7bb4a17b977fb045eb73 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 17 Jan 2021 18:24:11 +0100 Subject: documentation++ --- examples/travelynx.conf | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'examples') 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, -- cgit v1.2.3