Skip to content

Commit

Permalink
Conf.example: Document block_send_optimize_distance
Browse files Browse the repository at this point in the history
Add missing documentation.
  • Loading branch information
lhofhansl authored and paramat committed Nov 8, 2016
1 parent 739ef17 commit c793700
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions minetest.conf.example
Expand Up @@ -945,6 +945,14 @@
# type: integer
# chat_message_limit_trigger_kick = 50

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

### Physics

# type: float
Expand Down

0 comments on commit c793700

Please sign in to comment.