diff options
author | Daniel Friesel <derf@finalrewind.org> | 2012-04-04 00:41:00 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2012-04-04 00:41:00 +0200 |
commit | 354f1c62ead5512d568aae133aebdaa3bd1cfe98 (patch) | |
tree | 02b46208451d05a4398d536d77ac8504b98fd999 /cgi/index.pl | |
parent | 111379aeec0e63c53bd65b388e0f12b71642175a (diff) |
use less workers
Diffstat (limited to 'cgi/index.pl')
-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 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, }, ); |