Closed r-mc2 closed 3 years ago
it is used, you might need a restart for it to take effect afaik forge got some config issues
Hmm, I had actually restarted the server a few times between testing changing this config. I never expect config changes to stick if the server is still up. The output in the server log was always 45 seconds though.
Might it be a /config
vs /<world-folder>/serverconfig/*.toml
issue?
Mod Version
dynviewdist-1.9
MC Version
v1.16.5
Issue
I've been tweaking how often I let the mod do it's check to alter view distance and currently I've set it to 90 seconds in the config file. However it appears to be using some internal default of 45 seconds:
For reference the config line I'm using
viewDistanceUpdateRate = 90
The comment above it leads me to believe this is an input in seconds and not ms. Correct?