summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2013-02-10 13:48:35 +0100
committerDaniel Friesel <derf@finalrewind.org>2013-02-10 13:48:35 +0100
commit8c48d615f7e8b737ab5f9003e89357f22c485211 (patch)
tree45b85bcb7523b313d12886be5afd0aa9d29c2b19
parent04bc3f1518027c28700edfb4e83528dde1cff1e4 (diff)
remove probably unneeded accepts limit
-rw-r--r--cgi/index.pl1
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,