mirror of
https://tangled.org/evan.jarrett.net/at-container-registry
synced 2026-09-20 17:24:16 +00:00
wording
This commit is contained in:
+1
-1
@@ -106,7 +106,7 @@ func main() {
|
||||
os.Exit(1)
|
||||
}
|
||||
if quotaMgr.IsEnabled() {
|
||||
slog.Info("Quota enforcement enabled", "berths", quotaMgr.BerthCount(), "defaultBerth", quotaMgr.GetDefaultBerth())
|
||||
slog.Info("Quota enforcement enabled", "tiers", quotaMgr.TierCount(), "defaultTier", quotaMgr.GetDefaultTier())
|
||||
} else {
|
||||
slog.Info("Quota enforcement disabled (no quotas.yaml found)")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user