ldtteam / DynView

Small serverside utility to balance load and chunk view distance
GNU General Public License v3.0
22 stars 7 forks source link

Feature request #1

Closed Quu1337 closed 4 years ago

Quu1337 commented 4 years ago

Hey,

Could you add something like target-tps setting? Anything over 15tps is still very playable, keeping 20tps is bit overkill IMO, if the view distance drops to 5 (or whatever is set to minimum) after 3 players join.

This is very low importance to me, but would be very good thing to have. Probably setting minimum view distance to larger would have same effect, or figuring out proper average tick time for settings.

someaddons commented 4 years ago

it already exists, the average tick time in the config allows you to determine the target tps. Tick time = <50 ms = 20 TPS, Tick time = 100 -> 10 TPS, tick time = 200 -> 5 TPS.

1sec = 1000miliseconds = 1000/X = tps

Quu1337 commented 4 years ago

Ah damn, neat. Thanks for explaining it very clearly. Could this info maybe be put on curseforge page or in the configs? Would help stupid people like me.

someaddons commented 4 years ago

ye I'll make a spoiler for it, good idea