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

fix performance bug in the file pool #7779

Merged
merged 1 commit into from
Oct 29, 2024
Merged

fix performance bug in the file pool #7779

merged 1 commit into from
Oct 29, 2024

Conversation

arvidn
Copy link
Owner

@arvidn arvidn commented Oct 29, 2024

It was evicting the most recently used files instead of the least recently used. The use-order sequence index was not maintained correctly.
Discovered by HanabishiRecca #7778

@arvidn arvidn marked this pull request as ready for review October 29, 2024 09:53
@arvidn arvidn merged commit e5fe95f into RC_2_0 Oct 29, 2024
42 checks passed
@arvidn arvidn deleted the file-pool-lru branch October 29, 2024 12:13
@HanabishiRecca
Copy link
Contributor

HanabishiRecca commented Oct 29, 2024

I have it running for a while and it appears to be working as intended. Thanks.

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