From 3603c530a59ef84237a3c25e587fabe5bc68ee14 Mon Sep 17 00:00:00 2001 From: Harald Wolff Date: Mon, 15 Apr 2019 09:18:34 +0200 Subject: [PATCH] WIP --- HTTPServer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {