commit | 981400757179c784665088daa5ba1a0f3ad7e8c1 | [log] [tgz] |
---|---|---|
author | PikachuHy <pikachuhy@163.com> | Sun Jul 31 01:00:43 2022 +0800 |
committer | PikachuHy <pikachuhy@163.com> | Sun Jul 31 01:00:43 2022 +0800 |
tree | 32542e9012280ab6f24054d75d3cddf86e34dddf | |
parent | 7a5f29d48d6b99f14190d9d7bff0e63170965087 [diff] |
fix typo
diff --git a/lib/py/src/server/TNonblockingServer.py b/lib/py/src/server/TNonblockingServer.py index fdf6779..cef4079 100644 --- a/lib/py/src/server/TNonblockingServer.py +++ b/lib/py/src/server/TNonblockingServer.py
@@ -21,7 +21,7 @@ The main idea of the server is to receive and send requests only from the main thread. -The thread poool should be sized for concurrent tasks, not +The thread pool should be sized for concurrent tasks, not maximum connections """