diff --git a/HTTPServer.cs b/HTTPServer.cs index 80796ed..edf5f92 100644 --- a/HTTPServer.cs +++ b/HTTPServer.cs @@ -33,7 +33,7 @@ namespace ln.http Dictionary currentListenerThreads = new Dictionary(); - Pool threadPool = new Pool(); + Pool threadPool = new Pool(32); public HTTPServer() {