Skip to content

Commit

Permalink
Update src/worker/network.rs
Browse files Browse the repository at this point in the history
Wording

Co-authored-by: Jouko Virtanen <[email protected]>
  • Loading branch information
erthalion and JoukoVirtanen authored Aug 2, 2024
1 parent 404e055 commit 057ceff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/worker/network.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ impl NetworkWorker {
// spawn only two threads, where the first one receives connections
// and adds streams into the list of active, and the second iterates
// through streams and replies. This way the connections will have
// large latency, but for the purpose of networking workload it
// high latency, but for the purpose of networking workload it
// doesn't matter.
thread::spawn(move || loop {
let mut buf_reader = BufReader::new(&stream);
Expand Down

0 comments on commit 057ceff

Please sign in to comment.