]> git.lizzy.rs Git - minetest.git/blobdiff - minetest.conf.example
MeshUpdateQueue: Add a MapBlock cache that minimizes the amount of MapBlock copying...
[minetest.git] / minetest.conf.example
index d147ebfac37ad8ad3baa39b358cdd3db02f4bc38..9b50a775d2e17699a579aa6d5590d2abf1d4eff9 100644 (file)
 #    type: int min: 0 max: 50
 # mesh_generation_interval = 0
 
+#    Size of the MapBlock cache of the mesh generator. Increasing this will
+#    increase the cache hit %, reducing the data being copied from the main
+#    thread, thus reducing jitter.
+#    type: int min: 0 max: 1000
+# meshgen_block_cache_size = 20
+
 #    Enables minimap.
 #    type: bool
 # enable_minimap = true