From 91255587ca0de428a29e57a8f7f466bb49cfdf77 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 4 Apr 2012 00:40:45 +0200 Subject: use less workers --- cgi/index.pl | 1 + 1 file changed, 1 insertion(+) diff --git a/cgi/index.pl b/cgi/index.pl index 9e131fb..92197b1 100644 --- a/cgi/index.pl +++ b/cgi/index.pl @@ -304,6 +304,7 @@ app->config( accepts => 10, listen => ['http://*:8091'], pid_file => '/tmp/vrr-fake.pid', + workers => 2, }, ); -- cgit v1.2.3