Skip to content

Commit 66178ad

Browse files
authored
Update README.md
1 parent f83cb73 commit 66178ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Data lake implementation integrated with AWS S3
66
- Async-Download chunks from AWS S3
77
- Persist on-disk in a lock-less manner
88
- List all persisted chunks by ID from a cache
9-
- Find and lock a chunk - Once locked, chunk cannot be deleted until the DataChunkRef is released/dropped.
9+
- Find and lock a chunk - Once locked, chunk cannot be deleted until all DataChunkRef are dropped.
1010
- Scheduled deletion - Scheduled for deletion, a chunk will be removed once it is no longer in use.
1111

1212
- Maximum allocated on-disk storage limit

0 commit comments

Comments
 (0)