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

Change monitor dir size watch to use notify lib #35

Open
LeeSmet opened this issue Mar 24, 2021 · 1 comment
Open

Change monitor dir size watch to use notify lib #35

LeeSmet opened this issue Mar 24, 2021 · 1 comment
Labels
type_feature New feature or request

Comments

@LeeSmet
Copy link
Contributor

LeeSmet commented Mar 24, 2021

The current scan every x amount of time approach will keep size somewhat restricted, but the size will bloom during high write throughput. Using the notify lib, we can get events about writes in the dir and react accordingly

@LeeSmet LeeSmet added the type_feature New feature or request label Mar 24, 2021
@LeeSmet LeeSmet self-assigned this Mar 24, 2021
@sasha-astiadi sasha-astiadi added this to the Later milestone Jun 14, 2021
@LeeSmet LeeSmet removed this from the Later milestone Nov 3, 2021
@LeeSmet LeeSmet removed their assignment Nov 3, 2021
@despiegk despiegk added this to the Later milestone Nov 3, 2021
@xmonader xmonader removed this from the Later milestone Jul 4, 2022
@LeeSmet
Copy link
Contributor Author

LeeSmet commented Dec 20, 2024

This is still relevant, though its solely an optimization and some investigation might be needed first to see if the required libraries are available to support this approach

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type_feature New feature or request
Projects
None yet
Development

No branches or pull requests

4 participants