From 354f1c62ead5512d568aae133aebdaa3bd1cfe98 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 4 Apr 2012 00:41:00 +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 73a160a..bd36ec1 100644 --- a/cgi/index.pl +++ b/cgi/index.pl @@ -98,6 +98,7 @@ app->config( accepts => 10, listen => ['http://*:8092'], pid_file => '/tmp/db-fake.pid', + workers => 2, }, ); -- cgit v1.2.3