1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-01 17:38:41 +00:00

Reduce dedicated server step to 0.09 (#6252)

Minetest performance improvement has been huge since months, server step reduction will permit to handle client events a little bit faster without too many penalty costs due to core engine
This commit is contained in:
Loïc Blot 2017-08-17 19:16:02 +02:00 committed by GitHub
parent 8432efa308
commit 9bd18874a1
3 changed files with 3 additions and 3 deletions

View file

@ -1014,7 +1014,7 @@ max_objects_per_block (Maximum objects per block) int 64
sqlite_synchronous (Synchronous SQLite) enum 2 0,1,2
# Length of a server tick and the interval at which objects are generally updated over network.
dedicated_server_step (Dedicated server step) float 0.1
dedicated_server_step (Dedicated server step) float 0.09
# Time in between active block management cycles
active_block_mgmt_interval (Active Block Management interval) float 2.0