From 8c48d615f7e8b737ab5f9003e89357f22c485211 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 10 Feb 2013 13:48:35 +0100 Subject: remove probably unneeded accepts limit --- cgi/index.pl | 1 - 1 file changed, 1 deletion(-) 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, -- cgit v1.2.3