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 /builtin | |
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 'builtin')
-rw-r--r-- | builtin/settingtypes.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index 2ee8f5e2c..298e70669 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -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 |