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 78e5a77 commit ec44742Copy full SHA for ec44742
src/main/java/net/raphimc/viaproxy/protocoltranslator/ProtocolTranslator.java
@@ -78,6 +78,8 @@ private static void patchConfigs() {
78
1_13-tab-complete-delay: 5
79
no-delay-shield-blocking: true
80
handle-invalid-item-count: true
81
+ max-pps: 1400
82
+ tracking-warning-pps: 400
83
""", StandardOpenOption.CREATE_NEW);
84
} catch (FileAlreadyExistsException ignored) {
85
} catch (Throwable e) {
0 commit comments