summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2012-04-04 00:40:45 +0200
committerDaniel Friesel <derf@finalrewind.org>2012-04-04 00:40:45 +0200
commit91255587ca0de428a29e57a8f7f466bb49cfdf77 (patch)
tree47b4b04412006692296ad59bb5031dbd87549848
parentf1f3902e862ec07642556a2ee10aea30e78888ca (diff)
use less workers
-rw-r--r--cgi/index.pl1
1 files changed, 1 insertions, 0 deletions
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,
},
);