From 5e232bc1aba5d2745f1b45f8df2ab804f0373ba3 Mon Sep 17 00:00:00 2001 From: monosans Date: Sat, 17 Jan 2026 00:31:51 +0300 Subject: [PATCH] fine tune default max_concurrent_checks --- config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.toml b/config.toml index 9bf5d11..c4cdef7 100644 --- a/config.toml +++ b/config.toml @@ -33,7 +33,7 @@ check_url = "https://api.ipify.org" # Number of proxies to check simultaneously # Higher values = faster checking but more RAM/network usage. Lower if you experience crashes or timeouts. -max_concurrent_checks = 1024 +max_concurrent_checks = 512 # Proxy response timeout (seconds) # Higher = finds more slow proxies but takes longer