From efa19e5a53099bec411f1dbf7566f79d884026c1 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 21 Feb 2016 12:22:20 +0100 Subject: EFA backend: Disable full_routes to minimize API traffic --- index.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'index.pl') diff --git a/index.pl b/index.pl index fb72759..25bd8c0 100644 --- a/index.pl +++ b/index.pl @@ -121,7 +121,7 @@ sub get_results { place => $city, name => $stop, timeout => 3, - full_routes => 1, + full_routes => 0, ); } $data = { -- cgit v1.2.3