mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-15 18:57:08 +00:00
Make limiting of the reflow liquids queue size optional
If liquid_queue_purge_time == 0 then disable the queue size limiting and make this the default setting Additionally, liquid_loop_max now defaults to 100000
This commit is contained in:
parent
0c37d48082
commit
7b93408884
3 changed files with 21 additions and 23 deletions
|
@ -99,10 +99,11 @@
|
|||
# Enable a bit lower water surface; disable for speed (not quite optimized)
|
||||
#new_style_water = false
|
||||
# Max liquids processed per step
|
||||
#liquid_loop_max = 10000
|
||||
#liquid_loop_max = 100000
|
||||
# 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
|
||||
# capacity until an attempt is made to decrease its size by dumping old queue
|
||||
# items. A value of 0 disables the functionality.
|
||||
#liquid_queue_purge_time = 0
|
||||
# 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