Skip to content

Commit

Permalink
chore: bump max distance
Browse files Browse the repository at this point in the history
  • Loading branch information
pnodet committed Sep 30, 2024
1 parent d4e814b commit 3bb91b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/journey.rs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ use crate::{
const MAX_DELTA_IN_MILLISECONDS: i64 = 90_000;
const SIMPLIFY_EPSILON: f64 = 0.00001;
const MAX_DISTANCE: f64 = 80_000.0;
const MIN_DISTANCE: f64 = 1_000.0;
const MIN_DISTANCE: f64 = 2_000.0;

pub struct Journey {
pub driver_trace: Trace,
Expand Down

0 comments on commit 3bb91b4

Please sign in to comment.