Skip to content

Commit

Permalink
Update script.js
Browse files Browse the repository at this point in the history
  • Loading branch information
MrMalekfar authored Jun 11, 2024
1 parent 86966af commit ed1b607
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ async function testIPs(ipList) {
if (MinofLatencies < 15) {
break; // Exit the loop if latency is too high
}
if (MaxofLatencies - MinofLatencies > 15) {
if (MaxofLatencies - MinofLatencies > 30) {
break; // Exit the loop if latency is too high
}
}
Expand Down

0 comments on commit ed1b607

Please sign in to comment.