summaryrefslogtreecommitdiff
path: root/minetest.conf.example
diff options
context:
space:
mode:
authorproller <proller@github.com>2013-09-17 02:09:28 +0400
committerproller <proller@github.com>2013-09-17 02:11:30 +0400
commit4c704fe30673eecad0903683fae627b7226c92d6 (patch)
tree42f902b1ad287599fc463ead0152dadb0d292ace /minetest.conf.example
parentd308352dbd4121d12d4f44d591463468c09d37f9 (diff)
downloadminetest-4c704fe30673eecad0903683fae627b7226c92d6.tar.gz
minetest-4c704fe30673eecad0903683fae627b7226c92d6.tar.bz2
minetest-4c704fe30673eecad0903683fae627b7226c92d6.zip
Add configurable PRAGMA synchronous =
Diffstat (limited to 'minetest.conf.example')
-rw-r--r--minetest.conf.example2
1 files changed, 2 insertions, 0 deletions
diff --git a/minetest.conf.example b/minetest.conf.example
index b876ecab8..8094100e5 100644
--- a/minetest.conf.example
+++ b/minetest.conf.example
@@ -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