Skip to content

Conversation

dr-frmr
Copy link
Contributor

@dr-frmr dr-frmr commented Jun 28, 2024

Problem

VFS would never close file handles, leading to resource misuse.

Solution

Add a task to intermittently check if a file is in recent use, and if not, close it.

Testing

Use system as normal

Docs Update

N/A

Notes

This does not (unless I'm confused) fix the issue with immediate attempts to reuse the same file. @bitful-pannul

@dr-frmr dr-frmr changed the base branch from main to develop June 28, 2024 10:55
@dr-frmr dr-frmr requested a review from barraguda June 30, 2024 14:02
@dr-frmr dr-frmr marked this pull request as ready for review June 30, 2024 14:02
@dr-frmr dr-frmr merged commit 159e898 into develop Jul 1, 2024
@dr-frmr dr-frmr deleted the dr/vfs-close-files branch July 1, 2024 11:55
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