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 maxShardSize from BigCache #293

Closed
janisz opened this issue Oct 27, 2021 · 1 comment · Fixed by #294
Closed

Remove maxShardSize from BigCache #293

janisz opened this issue Oct 27, 2021 · 1 comment · Fixed by #294

Comments

@janisz
Copy link
Collaborator

janisz commented Oct 27, 2021

It looks like BigCache.maxShardSize is only set but never queried so it can be safely deleted.

maxShardSize uint32

maxShardSize: uint32(config.maximumShardSizeInBytes()),

@penthaapatel
Copy link
Contributor

Hi @janisz! Just created a PR to fix this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants