Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change package for art #162

Open
wants to merge 8 commits into
base: feat/enterprise-blobber
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
don't terminate list go radix
Hitenjain14 committed Oct 10, 2024
commit 28b0be5bf8f08ae011a062cc48f0b1a973da5c5f
3 changes: 0 additions & 3 deletions cmd/disk-cache.go
Original file line number Diff line number Diff line change
@@ -553,9 +553,6 @@ func (c *cacheObjects) ListObjects(ctx context.Context, bucket, prefix, marker,
objectCount++
}
}
if objectCount >= maxKeys {
return true
}
return false
}
c.prefixSearch(rootprefix, leafFilter)