diff options
author | Novatux <nathanael.courant@laposte.net> | 2014-01-11 17:54:00 +0100 |
---|---|---|
committer | Novatux <nathanael.courant@laposte.net> | 2014-01-11 17:54:00 +0100 |
commit | 84b94eb19804484b689cec441e175628fd10335f (patch) | |
tree | 2f94c4bc1d9244160af36df8f6560f3c51c5056e /minetest.conf.example | |
parent | e21b29f4227581162490cc70aaf4009118544f97 (diff) | |
download | minetest-84b94eb19804484b689cec441e175628fd10335f.tar.gz minetest-84b94eb19804484b689cec441e175628fd10335f.tar.bz2 minetest-84b94eb19804484b689cec441e175628fd10335f.zip |
Add forceloading
Diffstat (limited to 'minetest.conf.example')
-rw-r--r-- | minetest.conf.example | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/minetest.conf.example b/minetest.conf.example index e63bd70f7..1279e81d0 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -301,6 +301,8 @@ # This is a trade-off between sqlite transaction overhead and # memory consumption (4096=100MB, as a rule of thumb) #max_clearobjects_extra_loaded_blocks = 4096 +# Maximum number of forceloaded blocks +#max_forceloaded_blocks = 16 # Interval of sending time of day to clients #time_send_interval = 5 # Length of day/night cycle. 72=20min, 360=4min, 1=24hour, 0=day/night/whatever stays unchanged |