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

@@ -1241,7 +1241,7 @@
# Length of a server tick and the interval at which objects are generally updated over network.
# type: float
# dedicated_server_step = 0.1
# dedicated_server_step = 0.09
# Time in between active block management cycles
# type: float