fix: added missing maxRoundTime to PartyConfig
This commit is contained in:
parent
c2e22e5374
commit
670a27d3ef
@ -42,6 +42,9 @@ public class PartyConfig {
|
|||||||
/** Max pause time. Optional */
|
/** Max pause time. Optional */
|
||||||
public int maxPauseTime;
|
public int maxPauseTime;
|
||||||
|
|
||||||
|
/** Duration that the server waits for the client to respond (send a message), based on the usage of Keep-Alives */
|
||||||
|
public int maxResponseTime;
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public boolean equals(Object o) {
|
public boolean equals(Object o) {
|
||||||
if (this == o) return true;
|
if (this == o) return true;
|
||||||
|
Loading…
Reference in New Issue
Block a user