Skip to content

Commit 69358b6

Browse files
committed
Document config updates in minetest.conf.example.
1 parent a95aed8 commit 69358b6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

minetest.conf.example

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1104,7 +1104,7 @@
11041104
# The maximum total count is calculated dynamically:
11051105
# max_total = ceil((#clients + max_users) * per_client / 4)
11061106
# type: int
1107-
# max_simultaneous_block_sends_per_client = 10
1107+
# max_simultaneous_block_sends_per_client = 40
11081108

11091109
# To reduce lag, block transfers are slowed down when a player is building something.
11101110
# This determines how long they are slowed down after placing or removing a node.
@@ -2896,21 +2896,21 @@
28962896

28972897
# Maximum number of blocks that can be queued for loading.
28982898
# type: int
2899-
# emergequeue_limit_total = 256
2899+
# emergequeue_limit_total = 512
29002900

29012901
# Maximum number of blocks to be queued that are to be loaded from file.
29022902
# Set to blank for an appropriate amount to be chosen automatically.
29032903
# type: int
2904-
# emergequeue_limit_diskonly = 32
2904+
# emergequeue_limit_diskonly = 64
29052905

29062906
# Maximum number of blocks to be queued that are to be generated.
29072907
# Set to blank for an appropriate amount to be chosen automatically.
29082908
# type: int
2909-
# emergequeue_limit_generate = 32
2909+
# emergequeue_limit_generate = 64
29102910

2911-
# Number of emerge threads to use. Make this field blank, or increase this number
2911+
# Number of emerge threads to use. Make this field blank or 0, or increase this number
29122912
# to use multiple threads. On multiprocessor systems, this will improve mapgen speed greatly
29132913
# at the cost of slightly buggy caves.
29142914
# type: int
2915-
# num_emerge_threads = 1
2915+
# num_emerge_threads = 0
29162916

0 commit comments

Comments
 (0)