Skip to content

Commit

Permalink
Merged the two channels
Browse files Browse the repository at this point in the history
  • Loading branch information
malhotrashivam committed Dec 18, 2023
1 parent adc7d67 commit 093567f
Show file tree
Hide file tree
Showing 3 changed files with 142 additions and 232 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -65,5 +65,7 @@ public SeekableByteChannel getWriteChannel(@NotNull final Path path, final boole

public void close() throws IOException {
s3AsyncClient.close();
readAheadBuffersCache.invalidateAll();
readAheadBuffersCache.cleanUp();
}
}

This file was deleted.

Loading

0 comments on commit 093567f

Please sign in to comment.