We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5c3614 commit e24dc28Copy full SHA for e24dc28
common/src/main/java/dev/tonimatas/packetfixer/common/Config.java
@@ -15,7 +15,7 @@ public class Config {
15
private static int varLong = 10;
16
private static int stringSize = 32767;
17
private static int chunkPacketData = 2097152;
18
- private static int timeout = 90;
+ private static int timeout = 120;
19
private static boolean forceUnlimitedNbtEnabled = false;
20
21
@SuppressWarnings("ResultOfMethodCallIgnored")
@@ -88,7 +88,7 @@ public static int getChunkPacketData() {
88
public static int getTimeout() {
89
return timeout;
90
}
91
-
+
92
public static boolean isForceUnlimitedNbtEnabled() {
93
return forceUnlimitedNbtEnabled;
94
0 commit comments