summaryrefslogtreecommitdiff
path: root/minetest.conf.example
diff options
context:
space:
mode:
authornumber Zero <silverunicorn2011@yandex.ru>2017-02-18 21:53:05 +0300
committerparamat <mat.gregory@virginmedia.com>2017-03-26 05:50:59 +0100
commit4d5177ff708c7e696eead18200e240047ff520fe (patch)
treeea77f5af4479fa6a6eb39f9cc87aa379a86f4aa1 /minetest.conf.example
parent22567d107fffe7a6833b96cc99d531e5303b47dd (diff)
downloadminetest-4d5177ff708c7e696eead18200e240047ff520fe.tar.gz
minetest-4d5177ff708c7e696eead18200e240047ff520fe.tar.bz2
minetest-4d5177ff708c7e696eead18200e240047ff520fe.zip
Add mesh generation delay
Diffstat (limited to 'minetest.conf.example')
-rw-r--r--minetest.conf.example5
1 files changed, 5 insertions, 0 deletions
diff --git a/minetest.conf.example b/minetest.conf.example
index 283dc13f1..fd76d98e0 100644
--- a/minetest.conf.example
+++ b/minetest.conf.example
@@ -594,6 +594,11 @@ enable_client_modding (Client modding) bool false
# type: bool
# enable_mesh_cache = false
+# Delay between mesh updates on the client in ms. Increasing this will slow
+# down the rate of mesh updates, thus reducing jitter on slower clients.
+# type: int min: 0 max: 50
+# mesh_generation_interval = 0
+
# Enables minimap.
# type: bool
# enable_minimap = true