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 Nils Dagsson Moskopp
parent fb2aff64d3
commit c784a1d02f
Signed by: erle
GPG Key ID: A3BC671C35191080
1 changed files with 1 additions and 1 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