We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We need to maintain the state of the bloom filter between server restarts. Otherwise, we are not using properly the bloom filter https://github.com/e-ucm/simva/blob/c2d54e65180e04cbf81a74fd1fe4a44d2c799deb/src/lib/activities/MinioActivity.js#L9C20-L9C39
we should add logic to export and import the bloom filter state
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We need to maintain the state of the bloom filter between server restarts. Otherwise, we are not using properly the bloom filter
https://github.com/e-ucm/simva/blob/c2d54e65180e04cbf81a74fd1fe4a44d2c799deb/src/lib/activities/MinioActivity.js#L9C20-L9C39
we should add logic to export and import the bloom filter state
The text was updated successfully, but these errors were encountered: