Use CatalystX::Script::Server::Starman
This allows us to pass --max_server and similar options to raise the number of workers from the default (5).
This commit is contained in:
7
src/lib/Hydra/Script/Server.pm
Normal file
7
src/lib/Hydra/Script/Server.pm
Normal file
@ -0,0 +1,7 @@
|
||||
package Hydra::Script::Server;
|
||||
use Moose;
|
||||
use namespace::autoclean;
|
||||
|
||||
extends 'CatalystX::Script::Server::Starman';
|
||||
|
||||
1;
|
Reference in New Issue
Block a user