aquatic_udp: stop counting readable events for statistics

It is not very informative and might be expensive
This commit is contained in:
Joakim Frostegård 2021-10-18 11:15:59 +02:00
parent 90d60108c1
commit 9aa783fbb1
3 changed files with 2 additions and 18 deletions

View file

@ -93,11 +93,6 @@ pub fn run_socket_worker(
&request_sender,
&mut local_responses,
);
state
.statistics
.readable_events
.fetch_add(1, Ordering::SeqCst);
}
}