summaryrefslogtreecommitdiff
path: root/minetest.conf.example
diff options
context:
space:
mode:
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