From 9d3f43865f776daf19dc0ec2b7eb5c8a9470d348 Mon Sep 17 00:00:00 2001 From: Brian Balser Date: Thu, 9 May 2024 11:32:31 -0400 Subject: [PATCH] Update distanct to asserted restriction for wifi radios to 50m (#808) --- mobile_verifier/src/heartbeats/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mobile_verifier/src/heartbeats/mod.rs b/mobile_verifier/src/heartbeats/mod.rs index d807366f9..7cdebb18b 100644 --- a/mobile_verifier/src/heartbeats/mod.rs +++ b/mobile_verifier/src/heartbeats/mod.rs @@ -275,7 +275,7 @@ pub struct HeartbeatReward { pub coverage_object: Uuid, } -const RESTRICTIVE_MAX_DISTANCE: i64 = 30; +const RESTRICTIVE_MAX_DISTANCE: i64 = 50; impl HeartbeatReward { pub fn key(&self) -> KeyType<'_> {