commit | dfd7bd58baa89e4513423cf585e5e82161341fa0 | [log] [tgz] |
---|---|---|
author | avm99963 <jocdeladria@gmail.com> | Mon Jan 27 03:37:54 2020 +0100 |
committer | avm99963 <jocdeladria@gmail.com> | Mon Jan 27 03:37:54 2020 +0100 |
tree | 1044d16e303f8a529ea2ea0d9c17b82138c78b3c | |
parent | b65405caee74d2260608e29e5114d8dee53ec26c [diff] |
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);