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

Remove duplicate ReferenceBundle definitions #249

Closed
wants to merge 1 commit into from

Commits on Jan 27, 2016

  1. Remove duplicate ReferenceBundle definitions

    Removed static initialization of default Soft/Weak bundles in ReferenceManager class.  The methods in that class were not used in the codebase.  Looking at the history of those static bundle references it appeared that 500 was the original threshold setting.  Typical startup creates roughly 1000 managed references, so 500 seems like a more appropriate value than 5000.
    jwagenleitner committed Jan 27, 2016
    Copy the full SHA
    556ff46 View commit details
    Browse the repository at this point in the history