1
0
mirror of https://github.com/minetest/minetest.git synced 2025-06-28 06:11:44 +02:00

Add configurable PRAGMA synchronous =

This commit is contained in:
proller
2013-09-17 02:09:28 +04:00
parent d308352dbd
commit 4c704fe306
3 changed files with 13 additions and 1 deletions

View File

@ -279,6 +279,8 @@
#max_objects_per_block = 49
# Interval of saving important changes in the world
#server_map_save_interval = 5.3
# http://www.sqlite.org/pragma.html#pragma_synchronous only numeric values: 0 1 2
#sqlite_synchronous = 2
# To reduce lag, block transfers are slowed down when a player is building something.
# This determines how long they are slowed down after placing or removing a node.
#full_block_send_enable_min_time_from_building = 2.0