diff options
author | Loïc Blot <nerzhul@users.noreply.github.com> | 2017-08-17 19:16:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-17 19:16:02 +0200 |
commit | 9bd18874a14774f2585955719b77f8894d6e6618 (patch) | |
tree | 07bca7470fabf6d85458035408c7bbd7af9d5ace /minetest.conf.example | |
parent | 8432efa308e0d6c56ad61df189981ed03b0af463 (diff) | |
download | minetest-9bd18874a14774f2585955719b77f8894d6e6618.tar.gz minetest-9bd18874a14774f2585955719b77f8894d6e6618.tar.bz2 minetest-9bd18874a14774f2585955719b77f8894d6e6618.zip |
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
Diffstat (limited to 'minetest.conf.example')
-rw-r--r-- | minetest.conf.example | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/minetest.conf.example b/minetest.conf.example index f163965ba..8ad579b43 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -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 |