aboutsummaryrefslogtreecommitdiff
path: root/builtin
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 /builtin
parentba6fbc417ecb812345c1747f42b6606dfc8e1d5b (diff)
downloadhax-minetest-server-ad1da994b2b9d660c41f8ba784ff830aa2693d3b.tar.gz
hax-minetest-server-ad1da994b2b9d660c41f8ba784ff830aa2693d3b.zip
Increase max objects per block defaults (#12055)
Diffstat (limited to 'builtin')
-rw-r--r--builtin/settingtypes.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt
index ef8b84cff..ff2d72927 100644
--- a/builtin/settingtypes.txt
+++ b/builtin/settingtypes.txt
@@ -1306,7 +1306,7 @@ max_clearobjects_extra_loaded_blocks (Max. clearobjects extra blocks) int 4096
server_unload_unused_data_timeout (Unload unused server data) int 29
# Maximum number of statically stored objects in a block.
-max_objects_per_block (Maximum objects per block) int 64
+max_objects_per_block (Maximum objects per block) int 256
# See https://www.sqlite.org/pragma.html#pragma_synchronous
sqlite_synchronous (Synchronous SQLite) enum 2 0,1,2