Skip to content

Commit ec44742

Browse files
committed
Make VV packet limiter more lenient by default
Closes #389
1 parent 78e5a77 commit ec44742

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/main/java/net/raphimc/viaproxy/protocoltranslator/ProtocolTranslator.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ private static void patchConfigs() {
7878
1_13-tab-complete-delay: 5
7979
no-delay-shield-blocking: true
8080
handle-invalid-item-count: true
81+
max-pps: 1400
82+
tracking-warning-pps: 400
8183
""", StandardOpenOption.CREATE_NEW);
8284
} catch (FileAlreadyExistsException ignored) {
8385
} catch (Throwable e) {

0 commit comments

Comments
 (0)