Skip to content

Commit 259f989

Browse files
authored
Document max-fluid-ticks and max-block-ticks (#452)
1 parent cc314cc commit 259f989

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

config-specs/paper/paper-world-defaults.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -713,6 +713,18 @@ environment:
713713
fire-tick-delay:
714714
default: "30"
715715
description: Sets the minimum delay between fire ticks
716+
max-fluid-ticks:
717+
default: "65536"
718+
description: >-
719+
The maximum number of fluid ticks that can be processed in a single tick.
720+
This is a safety measure to prevent the server from hanging when there is
721+
a large number of fluid updates.
722+
max-block-ticks:
723+
default: "65536"
724+
description: >-
725+
The maximum number of block ticks that can be processed in a single tick.
726+
This is a safety measure to prevent the server from hanging when there is
727+
a large amount of block updates.
716728
feature-seeds:
717729
generate-random-seeds-for-all:
718730
default: "false"

0 commit comments

Comments
 (0)