change the queue ratio config setting

to avoid breaking old configs
also increase the default amount of work done per tick.
This commit is contained in:
Vanessa Dannenberg
2021-04-16 10:41:38 -04:00
parent d6cba18844
commit f165434a84
2 changed files with 4 additions and 4 deletions

View File

@ -28,7 +28,7 @@ biome_lib_default_ground_nodes (List of default root nodes) string default:dirt_
# that many actions are executed on every single tick, skipping none.
# More negative means more throughput, at the expense of lag. On fast PC's,
# a setting of between -500 and -2000 might be good.
biome_lib_queue_run_ratio (Queue run ratio) int -100
biome_lib_queue_ratio (Queue run ratio) int -200
# Minetest's map generator allows neighboring areas to overflow into one
# another, to create smooth terrain, but it often hands the map blocks that