Modified time limit
diff --git a/inc/gtfs.php b/inc/gtfs.php
index b4c49da..38af838 100644
--- a/inc/gtfs.php
+++ b/inc/gtfs.php
@@ -92,7 +92,7 @@
     return $results;
   }
 
-  const TIME_LIMIT = 160;
+  const TIME_LIMIT = 30;
   function getStopTimes($stop, $timeLimit = self::TIME_LIMIT) {
     $stops = $this->getPlatforms($stop);