summaryrefslogtreecommitdiff
path: root/minetest.conf.example
diff options
context:
space:
mode:
authorparamat <mat.gregory@virginmedia.com>2015-08-15 00:21:15 +0100
committerparamat <mat.gregory@virginmedia.com>2015-08-15 20:29:30 +0100
commitee6cad154699959193d9a0395eb1d144a495c377 (patch)
tree7544ae0ae1019797fb45a892d566e331c37eeca4 /minetest.conf.example
parent0ba1cf82033a810dd2e6178e23794bb135ede46a (diff)
downloadminetest-ee6cad154699959193d9a0395eb1d144a495c377.tar.gz
minetest-ee6cad154699959193d9a0395eb1d144a495c377.tar.bz2
minetest-ee6cad154699959193d9a0395eb1d144a495c377.zip
Defaultsettings: Increase client_mapblock_limit to 5000
Diffstat (limited to 'minetest.conf.example')
-rw-r--r--minetest.conf.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/minetest.conf.example b/minetest.conf.example
index de3cf3243..50893c578 100644
--- a/minetest.conf.example
+++ b/minetest.conf.example
@@ -96,7 +96,7 @@
#client_unload_unused_data_timeout = 600
# Maximum number of mapblocks for client to be kept in memory
# Set to -1 for unlimited amount
-#client_mapblock_limit = 1000
+#client_mapblock_limit = 5000
# Whether to fog out the end of the visible area
#enable_fog = true
# Whether to show the client debug info (has the same effect as hitting F5)