minetest/builtin
Auke Kok c5c727d627 Allow NodeTimer, ABM and block mgmt interval changes.
ABM's are hardcoded to run every 1.0s, NodeTimers are hard coded to
run at every 1.0s. Block mgmt is running every 2.0sec.

However, these timers can be better tuned for both higher and lower
values by server owners. Some server owners want to, and have the
resources to send more packets per second to clients, and so they
may wish to send smaller updates sooner. Right now all ABM's are
coalesced into 1.0 second intervals, resulting in large send queues
to all clients. By reducing the amount of possible timers, one can
get a far better response rate and lower the perception of lag.

On the other side of the camp, some servers may want to increase
these values, which again isn't easily doable.

The global settings abm_interval and nodetimer_interval are set to
current values by default. I've tested with 0.2/0.5 type values
and noticed a greatly improved response and better scattering of
nodetimers, as well as enjoying not faceplanting into doors with
pressure plates anymore.
2016-03-19 17:56:26 +00:00
..
async Use "core" namespace internally 2014-05-08 13:02:04 -04:00
common Faster insertion into table 2016-03-06 23:42:04 +00:00
fstk Faster insertion into table 2016-03-06 23:42:04 +00:00
game Introduce "protection_bypass" privilege. 2016-03-11 21:09:53 +00:00
mainmenu Add option to not send pre v25 init packet 2016-03-15 17:20:09 +01:00
init.lua builtin: Fix `print` crashing on nil "holes". 2016-02-08 01:55:02 +01:00
settingtypes.txt Allow NodeTimer, ABM and block mgmt interval changes. 2016-03-19 17:56:26 +00:00