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 c59b87f commit 404e055
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 @@ -55,7 +55,7 @@ impl NetworkWorker {
// thread. It's not the best one though, as we waste resources.
// For the purpose of only keeping connections open we could e.g.
// spawn only two threads, where the first one receives connections
// add add streams into the list of active, and the second iterates
// 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
// doesn't matter.
Expand Down

0 comments on commit 404e055

Please sign in to comment.