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

Add option for unlimited GUID sequence gaps #4137

Merged
merged 6 commits into from
Sep 16, 2024

Conversation

LtRipley36706
Copy link
Member

This allows servers to load all possible GUID sequence gaps instead of hard coded limit of 10,000,000.

@Mag-nus
Copy link
Member

Mag-nus commented Mar 24, 2024

Maybe we just make unlimited the default.

The negative impact is when a server becomes so guid fragmented, many objects will be required to represent all the sequence gaps.

We could add fragmentation detection at startup to warn server ops when to defragment, ie: if > gaps.count > 1000000 please use the offline consolidation tool

@LtRipley36706 LtRipley36706 merged commit 479a369 into ACEmulator:master Sep 16, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants