fix: requery from more stations
This commit is contained in:
parent
3f2f4e109d
commit
b4d7481063
@ -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}");
|
||||
|
Loading…
x
Reference in New Issue
Block a user