diff --git a/script.js b/script.js index b1492235..3b47cd85 100644 --- a/script.js +++ b/script.js @@ -211,7 +211,7 @@ async function testIPs(ipList) { if (latency > maxLatency) { break; // Exit the loop if latency is too high } - if (MinofLatencies < 30) { + if (MinofLatencies < 15) { break; // Exit the loop if latency is too high } }