Skip to content

Commit 1932e96

Browse files
author
Todd Bruner
committed
upping the default number of workers
1 parent 7debf81 commit 1932e96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Scot.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ sub startup {
6363
if ( ! defined $hypno_conf ) {
6464
$hypno_conf = {
6565
listen => ['http://localhost:3000?reuse=1'],
66-
workers => 75,
66+
workers => 100,
6767
clients => 1,
6868
proxy => 1,
6969
pidfile => '/var/run/hypno.pid',

0 commit comments

Comments
 (0)