diff options
author | Daniel Friesel <derf@finalrewind.org> | 2012-04-04 00:40:45 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2012-04-04 00:40:45 +0200 |
commit | 91255587ca0de428a29e57a8f7f466bb49cfdf77 (patch) | |
tree | 47b4b04412006692296ad59bb5031dbd87549848 /cgi | |
parent | f1f3902e862ec07642556a2ee10aea30e78888ca (diff) |
use less workers
Diffstat (limited to 'cgi')
-rw-r--r-- | cgi/index.pl | 1 |
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, }, ); |