mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-15 18:57:08 +00:00
Do not allow the m_transforming_liquid queue to increase until all RAM is consumed
This commit is contained in:
parent
3b902fd574
commit
082256a9f8
4 changed files with 87 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue