Skip to content

Commit c793700

Browse files
lhofhanslparamat
authored andcommittedNov 8, 2016
Conf.example: Document block_send_optimize_distance
Add missing documentation.
1 parent 739ef17 commit c793700

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
 

Diff for: ‎minetest.conf.example

+8
Original file line numberDiff line numberDiff line change
@@ -945,6 +945,14 @@
945945
# type: integer
946946
# chat_message_limit_trigger_kick = 50
947947

948+
# At this distance the server will aggressively optimize which blocks are sent to clients.
949+
# Small values potentially improve performance a lot, at the expense of visible rendering glitches.
950+
# (some blocks will not be rendered under water and in caves, as well as sometimes on land)
951+
# Setting this to a value greater than max_block_send_distance disables this optimization.
952+
# Stated in mapblocks (16 nodes)
953+
# type: int
954+
# block_send_optimize_distance = 4
955+
948956
### Physics
949957

950958
# type: float

0 commit comments

Comments
 (0)
Please sign in to comment.