Skip to content
Snippets Groups Projects
Commit c7937002 authored by lhofhansl's avatar lhofhansl Committed by paramat
Browse files

Conf.example: Document block_send_optimize_distance

Add missing documentation.
parent 739ef175
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment