aboutsummaryrefslogtreecommitdiffstats
path: root/http/http.go
diff options
context:
space:
mode:
Diffstat (limited to 'http/http.go')
-rw-r--r--http/http.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/http/http.go b/http/http.go
index d8f82ad..a72f89e 100644
--- a/http/http.go
+++ b/http/http.go
@@ -123,7 +123,7 @@ func (s *Server) enturDepartures(urlPrefix string, stopID int, direction string)
if hit {
departures = cached.(Departures)
} else {
- enturDepartures, err := s.Entur.Departures(10, stopID)
+ enturDepartures, err := s.Entur.Departures(25, stopID)
if err != nil {
return Departures{}, hit, err
}