From c2136e80cc6c1646dfe1de274e9e2b3a20f8dd25 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Mon, 10 Dec 2018 19:38:47 +0100 Subject: accept 40 connections per worker before restarting it --- index.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.pl') diff --git a/index.pl b/index.pl index f270a23..39692ae 100644 --- a/index.pl +++ b/index.pl @@ -1040,7 +1040,7 @@ get '/*station' => \&handle_request; app->config( hypnotoad => { - accepts => 10, + accepts => 40, listen => [ $ENV{DBFAKEDISPLAY_LISTEN} // 'http://*:8092' ], pid_file => '/tmp/db-fakedisplay.pid', workers => $ENV{DBFAKEDISPLAY_WORKERS} // 2, -- cgit v1.2.3