From 34f905730f693232ecabd44ddc9bc1464a413b90 Mon Sep 17 00:00:00 2001 From: Ombridride Date: Sat, 12 Sep 2015 22:07:19 +0200 Subject: [PATCH] Reduced the mapsave interval --- minetest.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/minetest.conf b/minetest.conf index 1e1a73c6..d7b4d721 100755 --- a/minetest.conf +++ b/minetest.conf @@ -34,7 +34,7 @@ max_simultaneous_block_sends_per_client = 24 # 6 for better performances max_simultaneous_block_sends_server_total = 500 # 125 for better performances time_send_interval = 10 active_block_range = 1 -server_map_save_interval = 300 +server_map_save_interval = 60 sqlite_synchronous = 0 ### SERVER AND PUBLIC INFORMATIONS ###