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:
parent
ba6fbc417e
commit
ad1da994b2
3 changed files with 3 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue