Skip to content

Commit

Permalink
[yt/admin/cms] Increase removal slots override: 2048 -> 8192.
Browse files Browse the repository at this point in the history
fc72394ce3cf06199e55f146ca9517f4b3ae23de
  • Loading branch information
verytable committed Mar 13, 2024
1 parent a130bac commit b5b7020
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/cms/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const (
permanentBanSubstr = "permanent_ban"
banMessageTimeLayout = "2006-01-02T15:04:05 MST"

safeDecommissionRemovalSlots = 2048
safeDecommissionRemovalSlots = 8192
)

type DecommissionOptions struct {
Expand Down

0 comments on commit b5b7020

Please sign in to comment.