minor test revert

Signed-off-by: Abhishek Kumar <abhishek.mrt22@gmail.com>
This commit is contained in:
Abhishek Kumar 2024-10-07 16:36:03 +05:30
parent c859f8ba80
commit 56d8ae371c
1 changed files with 1 additions and 1 deletions

View File

@ -98,7 +98,7 @@ public class NioTest {
testBytes = new byte[1000000];
randomGenerator.nextBytes(testBytes);
server = new NioServer("NioTestServer", 0, 10, 1, 2 * totalTestCount, new NioTestServer(), null, null);
server = new NioServer("NioTestServer", 0, 1, 1, 2 * totalTestCount, new NioTestServer(), null, null);
try {
server.start();
} catch (final NioConnectionException e) {