diff --git a/src/stations_thread.rs b/src/stations_thread.rs
index 0530e5a..fe511e7 100644
--- a/src/stations_thread.rs
+++ b/src/stations_thread.rs
@@ -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}");