summaryrefslogtreecommitdiff
path: root/minetest.conf.example
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2011-06-27 00:27:17 +0300
committerPerttu Ahola <celeron55@gmail.com>2011-06-27 00:27:17 +0300
commitdd22ea051a643a1ca2657958c8552849dc1ffa36 (patch)
treefa9047294f1463270995277c6f4b948ae79b17f6 /minetest.conf.example
parent3fccc67eb7c530c280e9b496e22288ffa772152d (diff)
downloadminetest-dd22ea051a643a1ca2657958c8552849dc1ffa36.tar.gz
minetest-dd22ea051a643a1ca2657958c8552849dc1ffa36.tar.bz2
minetest-dd22ea051a643a1ca2657958c8552849dc1ffa36.zip
map unloading is now a whole lot better
Diffstat (limited to 'minetest.conf.example')
-rw-r--r--minetest.conf.example8
1 files changed, 6 insertions, 2 deletions
diff --git a/minetest.conf.example b/minetest.conf.example
index 6e8a82bac..f94c8dee5 100644
--- a/minetest.conf.example
+++ b/minetest.conf.example
@@ -9,6 +9,10 @@
#
# Further documentation:
# http://celeron.55.lt/~celeron55/minetest/wiki/doku.php
+#
+# NOTE: This file might not be up-to-date, refer to the
+# defaultsettings.cpp file for an up-to-date list:
+# https://bitbucket.org/celeron55/minetest/src/tip/src/defaultsettings.cpp
#
# Client side stuff
@@ -92,7 +96,7 @@
#random_input = false
# Timeout for client to remove unused map data from memory
-#client_delete_unused_sectors_timeout = 1200
+#client_unload_unused_data_timeout = 1200
#
# Server side stuff
@@ -140,6 +144,6 @@
#time_speed = 1440
#time_send_interval = 5
-#server_unload_unused_sectors_timeout = 60
+#server_unload_unused_data_timeout = 60
#server_map_save_interval = 60