Skip to content

Commit

Permalink
bencher: fix udp sets
Browse files Browse the repository at this point in the history
  • Loading branch information
greatest-ape committed Feb 10, 2024
1 parent 2c7bcf7 commit 21a5301
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/bencher/src/protocols/udp.rs
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ impl UdpCommand {
],
UdpTracker::OpenTracker => vec![
OpenTrackerUdpRunner::new(2, Priority::High),
OpenTrackerUdpRunner::new(4, Priority::Medium),
],
UdpTracker::Chihaya => vec![
ChihayaUdpRunner::new(),
Expand Down

0 comments on commit 21a5301

Please sign in to comment.