remove connection timeout
This commit is contained in:
parent
60e6ed1277
commit
fd82e64814
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue