Conf.example: Document block_send_optimize_distance
authorLars Hofhansl <larsh@apache.org>
Tue, 8 Nov 2016 04:44:40 +0000 (20:44 -0800)
committerparamat <mat.gregory@virginmedia.com>
Tue, 8 Nov 2016 15:22:42 +0000 (15:22 +0000)
Add missing documentation.

minetest.conf.example

index b7d705bac3ed9350fba647d4de7869b9b63f75e9..02f31779f048474c81d1d80b2c18417d5c857ec9 100644 (file)
 #    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