Page 1 of 1

What is your config for performance ?

PostPosted: Sun Sep 13, 2015 13:27
by mahmutelmas06
Could you write your config to reduce lags in game.
Could be better if you write mods configs you use too.

Re: What is your config for performance ?

PostPosted: Sun Sep 13, 2015 13:31
by Krock
Your phone or window isn't wide enough to display the code box. If it's a phone, try rotating it to landscape mode.
Code: Select all
viewing_range_nodes_min = 16
viewing_range_nodes_max = 16
active_block_range = 2
max_block_send_distance = 2

Re: What is your config for performance ?

PostPosted: Tue Sep 15, 2015 20:48
by Sane
debug_log_level = 0
sqlite_synchronous = 0

Re: What is your config for performance ?

PostPosted: Wed Sep 16, 2015 07:28
by TenPlus1
please note that using sqlite_synchronous = 0 may result in map corruption...

Re: What is your config for performance ?

PostPosted: Sat Sep 19, 2015 09:38
by Sane
TenPlus1 wrote:please note that using sqlite_synchronous = 0 may result in map corruption...

In case of an nuclear attack.
Might also happen if you pull the plug on your server.

Re: What is your config for performance ?

PostPosted: Sat Sep 19, 2015 10:05
by twoelk
power failures do happen

PostPosted: Sat Sep 19, 2015 16:38
by Hybrid Dog
l'm using my version of minetest_game. lt partially uses vmanip for lavacooling, which should work a lot faster.
https://github.com/HybridDog/minetest_g ... #L114-L223