Skip to content

Commit ec2b571

Browse files
committed
Use disabled for vanilla incoming-packet-threshold
1 parent 3c95c7c commit ec2b571

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/config/paper/paper-global.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -364,11 +364,10 @@ packet-limiter:
364364
DROP which will ignore packets over the limit, and KICK which will kick
365365
players for exceeding the limit
366366
interval:
367-
vanilla: "0.000001"
367+
vanilla: "-1"
368368
default: "7.0"
369369
description: The interval, in seconds, for which max-packet-rate should apply
370370
max-packet-rate:
371-
vanilla: "999999.0"
372371
default: "500.0"
373372
description: The number of packets allowed per player within the interval
374373
player-auto-save:
@@ -427,7 +426,7 @@ scoreboards:
427426
will incur a performance degradation
428427
spam-limiter:
429428
incoming-packet-threshold:
430-
vanilla: "2147483647"
429+
vanilla: "disabled"
431430
default: "300"
432431
description: >-
433432
Sets the threshold at which the server will consider incoming packets spam

0 commit comments

Comments
 (0)