Skip to content

Commit cb1c4dc

Browse files
Ignacio Van Droogenbroeckclaude
andcommitted
fix(license): clarify CanUseTieredStorage comment — feature-based, not tier-based
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent e6fe712 commit cb1c4dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/license/license.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ func (l *License) CanUseRetentionScheduler() bool {
100100
}
101101

102102
// CanUseTieredStorage returns true if the license allows tiered storage
103-
// Requires enterprise license with the tiered_storage feature
103+
// Requires license with tiered_storage feature enabled
104104
func (l *License) CanUseTieredStorage() bool {
105105
return l.HasFeature(FeatureTieredStorage)
106106
}

0 commit comments

Comments
 (0)