1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

default setting change, random tinkering

This commit is contained in:
Perttu Ahola 2010-11-29 19:55:41 +02:00
parent d10627a77f
commit c51fef56a8
4 changed files with 16 additions and 7 deletions

View file

@ -340,7 +340,7 @@ void set_default_settings()
g_settings.set("ravines_amount", "1.0");
g_settings.set("objectdata_interval", "0.2");
g_settings.set("active_object_range", "2");
g_settings.set("max_simultaneous_block_sends_per_client", "2");
g_settings.set("max_simultaneous_block_sends_per_client", "1");
g_settings.set("max_simultaneous_block_sends_server_total", "4");
}