summaryrefslogtreecommitdiff
path: root/cgi/index.pl
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2012-04-04 00:41:00 +0200
committerDaniel Friesel <derf@finalrewind.org>2012-04-04 00:41:00 +0200
commit354f1c62ead5512d568aae133aebdaa3bd1cfe98 (patch)
tree02b46208451d05a4398d536d77ac8504b98fd999 /cgi/index.pl
parent111379aeec0e63c53bd65b388e0f12b71642175a (diff)
use less workers
Diffstat (limited to 'cgi/index.pl')
-rw-r--r--cgi/index.pl1
1 files changed, 1 insertions, 0 deletions
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,
},
);