Browse Source

move the hypnotoad workers default to conform with hypnotoad_merge key

Joel Berger 11 years ago
parent
commit
7fd114a553
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frameworks/Perl/mojolicious/app.pl

+ 1 - 1
frameworks/Perl/mojolicious/app.pl

@@ -10,9 +10,9 @@ plugin JSONConfig => {
   file => 'app.conf',
   file => 'app.conf',
   default => {
   default => {
     database_host => 'localhost',
     database_host => 'localhost',
-    workers => 8,
     hypnotoad => {
     hypnotoad => {
       graceful_timeout => 1,
       graceful_timeout => 1,
+      workers => 8,
     },
     },
     hypnotoad_merge => {},
     hypnotoad_merge => {},
   },
   },