From 404e055412e772045c54d3f49ea1558e0439a891 Mon Sep 17 00:00:00 2001 From: Dmitrii Dolgov <9erthalion6@gmail.com> Date: Fri, 2 Aug 2024 16:26:30 +0200 Subject: [PATCH] Update src/worker/network.rs Wording Co-authored-by: Jouko Virtanen --- src/worker/network.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/worker/network.rs b/src/worker/network.rs index 2787797..0d35181 100644 --- a/src/worker/network.rs +++ b/src/worker/network.rs @@ -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.