diff options
author | Perttu Ahola <celeron55@gmail.com> | 2011-05-31 00:15:43 +0300 |
---|---|---|
committer | Perttu Ahola <celeron55@gmail.com> | 2011-05-31 00:15:43 +0300 |
commit | 223b3793485a76f87599d39364b1003c2ca7c49c (patch) | |
tree | 67b2dcc8603a01a32e33d3f0004e7cf4797df2c0 /minetest.conf.example | |
parent | 16fdb42590dc14772fcf0cc95c6baf08e6f583cd (diff) | |
download | minetest-223b3793485a76f87599d39364b1003c2ca7c49c.tar.gz minetest-223b3793485a76f87599d39364b1003c2ca7c49c.tar.bz2 minetest-223b3793485a76f87599d39364b1003c2ca7c49c.zip |
Reduced the CPU usage of the sent block selector algorithm
Diffstat (limited to 'minetest.conf.example')
-rw-r--r-- | minetest.conf.example | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/minetest.conf.example b/minetest.conf.example index 1a1dbe0fc..743186853 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -92,10 +92,6 @@ # Server side stuff # -# Set to true to enable experimental features -# (varies from version to version, see wiki) -#enable_experimental = false - # Map directory (everything in the world is stored here) #map-dir = /home/palle/custom_map @@ -112,6 +108,13 @@ # Gives some stuff to players at the beginning #give_initial_stuff = false +# Set to true to enable experimental features +# (varies from version to version, see wiki) +#enable_experimental = false + +# Profiler data print interval. 0 = disable. +#profiler_print_interval = 10 + # Player and object positions are sent at intervals specified by this #objectdata_inverval = 0.2 |