Make VV packet limiter more lenient by default

Closes 
This commit is contained in:
RaphiMC 2025-03-30 22:19:37 +02:00
parent 78e5a7746a
commit ec44742236
No known key found for this signature in database
GPG key ID: 0F6BB0657A03AC94

View file

@ -78,6 +78,8 @@ public class ProtocolTranslator {
1_13-tab-complete-delay: 5
no-delay-shield-blocking: true
handle-invalid-item-count: true
max-pps: 1400
tracking-warning-pps: 400
""", StandardOpenOption.CREATE_NEW);
} catch (FileAlreadyExistsException ignored) {
} catch (Throwable e) {