-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Delete file immediately (not async) in CachePurge * Make timeout minimum 1s * Add lazy open state in flock, since it affects the whole file's state (not just one handle). * Refactor isDownloadRequired, and use LazyOpen state variable to allow downloading when the file is lazy opened (but not completely opened). * Refactor openFile * Fix open handle count issue with Rename (by James) --------- Co-authored-by: James Fantin-Hardesty <24646452+jfantinhardesty@users.noreply.github.com>
- Loading branch information
1 parent
5c33643
commit 3dbfd26
Showing
12 changed files
with
519 additions
and
492 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.