Change the default maximum distance, and move it to environment.ts

This commit is contained in:
2025-09-26 16:24:20 -07:00
parent dc50f98a6d
commit 513c8bb127
2 changed files with 4 additions and 1 deletions

View File

@@ -22,3 +22,5 @@ export const RATE_LIMIT_DELAY_MULTIPLIER_MS = process.env.RATE_LIMIT_DELAY_MULTI
: 1000;
export const REDIS_RECONNECT_INTERVAL = 30000;
export const SHUTTLE_TO_ROUTE_COORDINATE_MAXIMUM_DISTANCE_MILES = 5;