You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Updating the dynmap all of the time causes lag. One way to help this pain point would be to only update the dynmap upon server start.
Describe the solution you'd like
A config option for only updating the dynmap upon server start should be added. If set to true, all updates except for the initial one will not be run.
Describe alternatives you've considered
No alternatives considered.
Additional context
Was mentioned as an alternative in #1766
The text was updated successfully, but these errors were encountered:
## Problem
Rendering territories is causing a lot of lag for some servers.
## Solution
This PR introduces a config option to prevent the rendering of
territories after the initial startup of the server. This limits the lag
spike to one instance per session.
## Testing
This was used by a server owner in the community and their TPS improved
from 15 to 18. This seems to ease the lag a bit.
## Related Issues
closes#1767
Is your feature request related to a problem? Please describe.
Updating the dynmap all of the time causes lag. One way to help this pain point would be to only update the dynmap upon server start.
Describe the solution you'd like
A config option for only updating the dynmap upon server start should be added. If set to true, all updates except for the initial one will not be run.
Describe alternatives you've considered
No alternatives considered.
Additional context
Was mentioned as an alternative in #1766
The text was updated successfully, but these errors were encountered: