Change default nodetimer_interval to 0.2s. (#5193)
authorAuke Kok <sofar+github@foo-projects.org>
Thu, 9 Feb 2017 07:00:37 +0000 (23:00 -0800)
committerLoïc Blot <nerzhul@users.noreply.github.com>
Thu, 9 Feb 2017 07:00:37 +0000 (08:00 +0100)
commit5707b739f38cc5cf651de5b69d91d4f46511dac0
tree42405cd0ff3d21738421fb98e01b7fb3f7f04908
parent3ad68c052bb4d58892b4d1e8cd6be59ea860df8f
Change default nodetimer_interval to 0.2s. (#5193)

We want to reduce the chance that we get lots and lots of node
timers all happening once a second, because we're better off doing
small bits of work as they are available.

Reducing this to 0.2 seconds will greatly reduce the total amount
of nodetimers that elapse at the same instance, while not effecting
total work load. This results in a far better chance of the server
keeping up with work loads.
builtin/settingtypes.txt
minetest.conf.example
src/defaultsettings.cpp