Skip to content

Commit

Permalink
add file verification
Browse files Browse the repository at this point in the history
Signed-off-by: Mustafa Elbehery <[email protected]>
  • Loading branch information
Elbehery committed Dec 14, 2023
1 parent c6c5d86 commit c69e37f
Show file tree
Hide file tree
Showing 3 changed files with 312 additions and 298 deletions.
4 changes: 0 additions & 4 deletions bucket.go
Original file line number Diff line number Diff line change
Expand Up @@ -742,10 +742,6 @@ func (b *Bucket) write() []byte {
return value
}

func (b *Bucket) Write() []byte {
return b.write()
}

// rebalance attempts to balance all nodes.
func (b *Bucket) rebalance() {
for _, n := range b.nodes {
Expand Down
Loading

0 comments on commit c69e37f

Please sign in to comment.