master
Harald Wolff 2019-04-15 09:18:34 +02:00
parent 787695c906
commit 3603c530a5
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ namespace ln.http
Dictionary<TcpListener, Thread> currentListenerThreads = new Dictionary<TcpListener, Thread>();
Pool threadPool = new Pool();
Pool threadPool = new Pool(32);
public HTTPServer()
{