diff options
author | Daniel Friesel <derf@finalrewind.org> | 2018-12-10 19:38:47 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2018-12-10 19:38:47 +0100 |
commit | c2136e80cc6c1646dfe1de274e9e2b3a20f8dd25 (patch) | |
tree | 878c64a2125447bc87d1e135ccff974608714abf /index.pl | |
parent | 9e92134e0441444f46f11c244d80081809f41fcb (diff) |
accept 40 connections per worker before restarting it
Diffstat (limited to 'index.pl')
-rw-r--r-- | index.pl | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1040,7 +1040,7 @@ get '/*station' => \&handle_request; app->config( hypnotoad => { - accepts => 10, + accepts => 40, listen => [ $ENV{DBFAKEDISPLAY_LISTEN} // 'http://*:8092' ], pid_file => '/tmp/db-fakedisplay.pid', workers => $ENV{DBFAKEDISPLAY_WORKERS} // 2, |