mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-01 10:15:31 +00:00
aquatic_udp: stop counting readable events for statistics
It is not very informative and might be expensive
This commit is contained in:
parent
90d60108c1
commit
9aa783fbb1
3 changed files with 2 additions and 18 deletions
|
|
@ -93,11 +93,6 @@ pub fn run_socket_worker(
|
|||
&request_sender,
|
||||
&mut local_responses,
|
||||
);
|
||||
|
||||
state
|
||||
.statistics
|
||||
.readable_events
|
||||
.fetch_add(1, Ordering::SeqCst);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue