Skip to content

Commit

Permalink
add TODO comment
Browse files Browse the repository at this point in the history
  • Loading branch information
Tulsishah committed Oct 9, 2024
1 parent a1d930a commit f395dc5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/storage/caching/fast_stat_bucket.go
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@ func (b *fastStatBucket) DeleteFolder(ctx context.Context, folderName string) er
if err != nil {
return err
}
// TODO: Caching negative entries for both objects and folders will be implemented together due to test failures.
b.invalidate(folderName)
return err
}
Expand Down

0 comments on commit f395dc5

Please sign in to comment.