From 75338b10ffa3cb33bd20ecd5ed023b70a90817e7 Mon Sep 17 00:00:00 2001 From: neru Date: Sat, 11 Apr 2026 12:59:24 -0300 Subject: [PATCH] fix: increase thread count --- src/unlocker/proxy.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/unlocker/proxy.h b/src/unlocker/proxy.h index fe338c8..e1846da 100644 --- a/src/unlocker/proxy.h +++ b/src/unlocker/proxy.h @@ -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;