summaryrefslogtreecommitdiff
path: root/builtin/settingtypes.txt
diff options
context:
space:
mode:
authorparamat <mat.gregory@virginmedia.com>2016-10-19 01:37:12 +0100
committerparamat <mat.gregory@virginmedia.com>2016-10-20 03:40:47 +0100
commit63a3bb229a9ff288ab01e3e80c8477da5e84ee1e (patch)
tree9f39f171b60c435c0092b29c2c325f702a11e6c0 /builtin/settingtypes.txt
parentc7d569b8636d8046393715e46fca40e58138183f (diff)
downloadminetest-63a3bb229a9ff288ab01e3e80c8477da5e84ee1e.tar.gz
minetest-63a3bb229a9ff288ab01e3e80c8477da5e84ee1e.tar.bz2
minetest-63a3bb229a9ff288ab01e3e80c8477da5e84ee1e.zip
Changes to static object storage limit and error message
Move static object storage force-delete message from errorstream to warningstream. Increase 'max objects per block' setting to 64. Add missing spaces in warning code.
Diffstat (limited to 'builtin/settingtypes.txt')
-rw-r--r--builtin/settingtypes.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt
index 9b5f386e0..492d7c79d 100644
--- a/builtin/settingtypes.txt
+++ b/builtin/settingtypes.txt
@@ -817,7 +817,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 49
+max_objects_per_block (Maximum objects per block) int 64
# See http://www.sqlite.org/pragma.html#pragma_synchronous
sqlite_synchronous (Synchronous SQLite) enum 2 0,1,2