update version, ping every 5 seconds, only end game if no pings for 20 seconds

This commit is contained in:
Evan
2024-12-15 13:24:05 -08:00
parent 1762161b83
commit 1576a2c744
3 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -131,7 +131,7 @@ export class Transport {
gameID: this.gameID,
})))
}
}, 10000);
}, 5 * 1000);
}
}