diff options
Diffstat (limited to 'cgi')
-rw-r--r-- | cgi/index.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cgi/index.pl b/cgi/index.pl index 05b0aa4..d43e2b2 100644 --- a/cgi/index.pl +++ b/cgi/index.pl @@ -473,7 +473,7 @@ app->config( hypnotoad => { listen => ['http://*:8091'], pid_file => '/tmp/vrr-fake.pid', - workers => 2, + workers => $ENV{DBFAKEDISPLAY_WORKERS} // 2, }, ); |