1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-09-15 18:57:08 +00:00

Increase max objects per block defaults (#12055)

This commit is contained in:
Lars Müller 2022-02-08 19:33:10 +01:00 committed by GitHub
parent ba6fbc417e
commit ad1da994b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 4 deletions

View file

@ -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