Drop the connections/sec arg and just make it fit in the interval
[dnsseed-rust] / src / reader.rs
index 0098ef4e7d2c2c69326293a5624060787239cc65..967d71774a898cf0a1fc004fe23a2dea79c2d7a7 100644 (file)
@@ -91,7 +91,6 @@ pub fn read(store: &'static Store, printer: &'static Printer, bgp_client: Arc<BG
                        } }
                }
                match get_next_chunk!() {
-                       "c" => store.set_u64(U64Setting::ConnsPerSec, try_parse_next_chunk!(u64)),
                        "t" => store.set_u64(U64Setting::RunTimeout, try_parse_next_chunk!(u64)),
                        "v" => store.set_u64(U64Setting::MinProtocolVersion, try_parse_next_chunk!(u64)),
                        "w" => store.set_u64(U64Setting::WasGoodTimeout, try_parse_next_chunk!(u64)),