Skip to content

Tps drops after 50 mspt #1426

Discussion options

You must be logged in to vote

I don't think you are fully understanding what MSPT and TPS are. Let me clarify:

MSPT means MilliSeconds Per Tick. It's the amount of time that a tick takes to fully process.

TPS means Ticks Per Second. It's how many ticks were processed in a full second (1000 milliseconds).

If you take a full second (1000 milliseconds) and divide it by 50 (the maximum amount of time a tick should take), you get 20. So at most, you should have 20 ticks processed in a full second.

If a tick takes less than 50 milliseconds to process, then the game will wait until 50 milliseconds have passed before starting to process the next tick. This ensures the game runs at a steady 20 ticks per second as described above.

Replies: 4 comments 2 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@MCPLAYER127272
Comment options

Answer selected by cittyinthecloud
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@MCPLAYER127272
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
5 participants