summaryrefslogtreecommitdiff
path: root/minetest.conf.example
diff options
context:
space:
mode:
authorPerttu Ahola <celeron55@gmail.com>2012-02-27 14:27:28 +0200
committerPerttu Ahola <celeron55@gmail.com>2012-02-27 14:27:28 +0200
commitd0491ce8b6f12228083989bf8819d2da6642e3b6 (patch)
tree4389f3b6c59320c28a204c8468a548a8fdd37b9d /minetest.conf.example
parent993821a92448bf3573ac56dbfe67ee4b54172d06 (diff)
downloadminetest-d0491ce8b6f12228083989bf8819d2da6642e3b6.tar.gz
minetest-d0491ce8b6f12228083989bf8819d2da6642e3b6.tar.bz2
minetest-d0491ce8b6f12228083989bf8819d2da6642e3b6.zip
Add descriptions to minetest.conf.example
Diffstat (limited to 'minetest.conf.example')
-rw-r--r--minetest.conf.example6
1 files changed, 5 insertions, 1 deletions
diff --git a/minetest.conf.example b/minetest.conf.example
index 83519e145..fbc7249d2 100644
--- a/minetest.conf.example
+++ b/minetest.conf.example
@@ -139,14 +139,18 @@
# Profiler data print interval. #0 = disable.
#profiler_print_interval = 0
#enable_mapgen_debug_info = false
+# from how far client knows about objects
#active_object_send_range_blocks = 3
+# how large area of blocks are subject to the active block stuff (active = objects are loaded and ABMs run)
#active_block_range = 2
+# how many blocks are flying in the wire simultaneously per client
#max_simultaneous_block_sends_per_client = 2
+# how many blocks are flying in the wire simultaneously per server
#max_simultaneous_block_sends_server_total = 8
#max_block_send_distance = 7
#max_block_generate_distance = 5
#time_send_interval = 20
-# Length of day/night cycle. 72=20min, 360=4min, 1=24hour
+# Length of day/night cycle. 72=20min, 360=4min, 1=24hour, 0=day/night/whatever stays unchanged
#time_speed = 72
#server_unload_unused_data_timeout = 29
#server_map_save_interval = 5.3