Servers fixes

This commit is contained in:
Prospector
2025-06-03 16:15:57 -07:00
parent 3f77ab19ed
commit 4e8ebb5e5c
8 changed files with 66 additions and 29 deletions

View File

@@ -905,7 +905,7 @@ function pingRegions() {
}
const PING_COUNT = 20;
const PING_INTERVAL = 400;
const PING_INTERVAL = 200;
const MAX_PING_TIME = 1000;
function runPingTest(region, index = 1) {