diff options
author | Craig Robbins <kde.psych@gmail.com> | 2014-12-18 02:54:43 +1000 |
---|---|---|
committer | Craig Robbins <kde.psych@gmail.com> | 2014-12-18 03:32:19 +1000 |
commit | 082256a9f8ef5e490a10c8040e8e85813a2a410b (patch) | |
tree | 715b1283491f15d545a3cc10db31ad69692379b8 /minetest.conf.example | |
parent | 3b902fd574bfba74ebbd58369dce74162385b410 (diff) | |
download | minetest-082256a9f8ef5e490a10c8040e8e85813a2a410b.tar.gz minetest-082256a9f8ef5e490a10c8040e8e85813a2a410b.tar.bz2 minetest-082256a9f8ef5e490a10c8040e8e85813a2a410b.zip |
Do not allow the m_transforming_liquid queue to increase until all RAM is consumed
Diffstat (limited to 'minetest.conf.example')
-rw-r--r-- | minetest.conf.example | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/minetest.conf.example b/minetest.conf.example index 7b8ab3692..7e5228bec 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -100,6 +100,9 @@ #new_style_water = false # Max liquids processed per step #liquid_loop_max = 10000 +# The time (in seconds) that the liquids queue may grow beyond processing +# capacity until an attempt is made to decrease its size by dumping old queue items +#liquid_queue_purge_time = 30 # Update liquids every .. recommend for finite: 0.2 #liquid_update = 1.0 # Enable nice leaves; disable for speed |