Skip to content

Commit 1c09d70

Browse files
authored
fix: Vanilla default for packet limiter config (#627)
1 parent 1954c2f commit 1c09d70

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/config/paper/paper-global.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -338,11 +338,10 @@ packet-limiter:
338338
DROP which will ignore packets over the limit, and KICK which will kick
339339
players for exceeding the limit
340340
interval:
341-
vanilla: "0.000001"
341+
vanilla: "-1"
342342
default: "7.0"
343343
description: The interval, in seconds, for which max-packet-rate should apply
344344
max-packet-rate:
345-
vanilla: "999999.0"
346345
default: "500.0"
347346
description: The number of packets allowed per player within the interval
348347
kick-message:

0 commit comments

Comments
 (0)