diff options
author | Daniel Friesel <derf@finalrewind.org> | 2013-02-10 13:48:35 +0100 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2013-02-10 13:48:35 +0100 |
commit | 8c48d615f7e8b737ab5f9003e89357f22c485211 (patch) | |
tree | 45b85bcb7523b313d12886be5afd0aa9d29c2b19 /cgi | |
parent | 04bc3f1518027c28700edfb4e83528dde1cff1e4 (diff) |
remove probably unneeded accepts limit
Diffstat (limited to 'cgi')
-rw-r--r-- | cgi/index.pl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cgi/index.pl b/cgi/index.pl index de1c2b0..c26b965 100644 --- a/cgi/index.pl +++ b/cgi/index.pl @@ -315,7 +315,6 @@ get '/:city/:stop' => \&handle_request; app->config( hypnotoad => { - accepts => 10, listen => ['http://*:8091'], pid_file => '/tmp/vrr-fake.pid', workers => 2, |