remove connection timeout

This commit is contained in:
Luca Conte 2024-12-13 16:59:02 +01:00
parent 60e6ed1277
commit fd82e64814
1 changed files with 0 additions and 3 deletions

View File

@ -16,9 +16,6 @@ public class GameController {
GameController.mainFrame = mainFrame;
}
// Connection timeout for client sockets in milliseconds
public static final int CONNECTION_TIMEOUT = 10 * 1000;
public static int semesterToBoardSize(int semester) {
return semester + 13;
}