1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Fix documentation of emergequeue_limit settings

This commit is contained in:
sfan5 2020-05-11 20:19:02 +02:00
parent 8ee2ece3c9
commit a9d6be8b6f
3 changed files with 8 additions and 7 deletions

View file

@ -3251,12 +3251,12 @@
# emergequeue_limit_total = 512
# Maximum number of blocks to be queued that are to be loaded from file.
# Set to blank for an appropriate amount to be chosen automatically.
# This limit is enforced per player.
# type: int
# emergequeue_limit_diskonly = 64
# Maximum number of blocks to be queued that are to be generated.
# Set to blank for an appropriate amount to be chosen automatically.
# This limit is enforced per player.
# type: int
# emergequeue_limit_generate = 64