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

rcbridge: Increase polling interval for VFS cache cleaner #88

Merged
merged 1 commit into from
Oct 24, 2024

Conversation

chenxiaolong
Copy link
Owner

The background upload monitor service only keeps the process alive long enough for all files to be closed. However, for the uploaded files to be deleted from the cache directory, we need to wait one additional polling cycle. Instead of keeping the service alive longer, let's just reduce the polling interval so that it has a greater chance of completing before Android SIGSTOPs us.

The background upload monitor service only keeps the process alive long
enough for all files to be closed. However, for the uploaded files to be
deleted from the cache directory, we need to wait one additional polling
cycle. Instead of keeping the service alive longer, let's just reduce
the polling interval so that it has a greater chance of completing
before Android SIGSTOPs us.

Signed-off-by: Andrew Gunnerson <[email protected]>
@chenxiaolong chenxiaolong self-assigned this Oct 24, 2024
chenxiaolong added a commit that referenced this pull request Oct 24, 2024
Signed-off-by: Andrew Gunnerson <[email protected]>
@chenxiaolong chenxiaolong merged commit dd5266e into master Oct 24, 2024
1 check passed
@chenxiaolong chenxiaolong deleted the cache-cleanup branch October 24, 2024 23:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant