fix: requery from more stations

This commit is contained in:
Mark 2025-05-02 10:27:46 +02:00
parent 3f2f4e109d
commit b4d7481063

View File

@ -43,7 +43,7 @@ pub fn spawn(stations: Arc<StationsList>, min_stations: usize) -> StationsThread
} else {
rand::thread_rng().gen_range(30..=120)
}));
match stations.requery_random_station(10) {
match stations.requery_random_station(100) {
Ok(()) => (),
Err(e) => {
eprintln!("Failed to requery stations:\n{e}");