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

Option to release inactive file descriptors automatically after some time #1280

Open
Nirzak opened this issue May 20, 2024 · 0 comments
Open

Comments

@Nirzak
Copy link

Nirzak commented May 20, 2024

Hi, we know that after checking or downloading rtorrent keep open the file descriptor until we stop and restart seeding the file.
This creates a problem when we need to upload a file automatically using rclone vfs. rclone thinks the file is still being used. so it doesn't consider the file to upload. after I stop and restart seeding the file, then it starts to upload.

So an option like inactive_timeout=<time_in_seconds> will be really helpful. it will periodically check if a file is inactive for a particular time and will release the file descriptor once the inactive time surpasses the inactive_timeout option. Thanks.

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

No branches or pull requests

1 participant