Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change default nodetimer_interval to 0.2s. #5193

Merged
merged 1 commit into from
Feb 9, 2017
Merged

Change default nodetimer_interval to 0.2s. #5193

merged 1 commit into from
Feb 9, 2017

Conversation

sofar
Copy link
Contributor

@sofar sofar commented Feb 8, 2017

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.

@Ekdohibs
Copy link
Member

Ekdohibs commented Feb 8, 2017

This is what #3895 was intended for, so 👍.

@Ekdohibs Ekdohibs added @ Server / Client / Env. One approval ✅ ◻️ Trivial The change is a trivial bug fix, documentation or maintenance change, as per the Git Guidelines labels Feb 8, 2017
@paramat
Copy link
Contributor

paramat commented Feb 8, 2017

Needs changes in settingtypes.txt too?
I support this.

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.
@sofar
Copy link
Contributor Author

sofar commented Feb 9, 2017

Ah, thanks, I was thinking I missed one.

@nerzhul nerzhul merged commit 5707b73 into minetest:master Feb 9, 2017
Ekdohibs pushed a commit to Ekdohibs/minetest that referenced this pull request Feb 19, 2017
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
@ Server / Client / Env. Trivial The change is a trivial bug fix, documentation or maintenance change, as per the Git Guidelines >= Two approvals ✅ ✅
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants