beast: bump JITTER_WINDOW from 5 to 9

This commit is contained in:
Astro 2021-12-18 00:47:20 +01:00
parent 9e6aff71ae
commit 4fbe229eb0
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ use tokio::sync::mpsc::channel;
use adsb_deku::ICAO;
use super::beast;
const JITTER_WINDOW: usize = 5;
const JITTER_WINDOW: usize = 9;
#[derive(Default)]
pub struct Entry {