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 explicit reiteration delay to object selector #31

Open
vdomnich-yadro opened this issue Oct 28, 2022 · 0 comments
Open

Add explicit reiteration delay to object selector #31

vdomnich-yadro opened this issue Oct 28, 2022 · 0 comments
Labels
enhancement Improving existing functionality I4 No visible changes S3 Minimally significant U4 Nothing urgent

Comments

@vdomnich-yadro
Copy link
Contributor

To prevent object selector from excessive re-iteration over bolt database we make a small delay after we made a pass over the database and before we start a new cycle.

Currently this delay is calculated based on Age of objects in the selector's filter. However, Age filter is quite specific and is used just for deletion. More flexible approach would be to have reiterateDelay that can be explicitly supplied into object selector.

@roman-khimov roman-khimov added U4 Nothing urgent enhancement Improving existing functionality S3 Minimally significant I4 No visible changes labels Dec 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improving existing functionality I4 No visible changes S3 Minimally significant U4 Nothing urgent
Projects
None yet
Development

No branches or pull requests

2 participants