aboutsummaryrefslogtreecommitdiff
path: root/minetest.conf.example
diff options
context:
space:
mode:
authorLars Müller <34514239+appgurueu@users.noreply.github.com>2022-02-08 19:33:10 +0100
committerGitHub <noreply@github.com>2022-02-08 19:33:10 +0100
commitad1da994b2b9d660c41f8ba784ff830aa2693d3b (patch)
tree27ab2ea3f4d67bb17931cd03cecf1ef9db9873fc /minetest.conf.example
parentba6fbc417ecb812345c1747f42b6606dfc8e1d5b (diff)
downloadminetest-ad1da994b2b9d660c41f8ba784ff830aa2693d3b.tar.gz
minetest-ad1da994b2b9d660c41f8ba784ff830aa2693d3b.tar.bz2
minetest-ad1da994b2b9d660c41f8ba784ff830aa2693d3b.zip
Increase max objects per block defaults (#12055)
Diffstat (limited to 'minetest.conf.example')
-rw-r--r--minetest.conf.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/minetest.conf.example b/minetest.conf.example
index 7f4b5d946..ed2ebc969 100644
--- a/minetest.conf.example
+++ b/minetest.conf.example
@@ -1514,7 +1514,7 @@
# Maximum number of statically stored objects in a block.
# type: int
-# max_objects_per_block = 64
+# max_objects_per_block = 256
# See https://www.sqlite.org/pragma.html#pragma_synchronous
# type: enum values: 0, 1, 2