fix: increase thread count

This commit is contained in:
2026-04-11 12:59:24 -03:00
parent 5e8f059c49
commit 75338b10ff
+1 -1
View File
@@ -17,7 +17,7 @@
use random port, test availability
*/
#define PROXY_PORT 58421
#define PROXY_THREAD_COUNT 32
#define PROXY_THREAD_COUNT 256
typedef unsigned __int64 SOCKET;