Skip to content

Commit 2e943a7

Browse files
committed
settings: increase MaxSettings value
Epic: none Release note: None
1 parent 46ca276 commit 2e943a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/settings/values.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616

1717
// MaxSettings is the maximum number of settings that the system supports.
1818
// Exported for tests.
19-
const MaxSettings = 1023
19+
const MaxSettings = 1151
2020

2121
// Values is a container that stores values for all registered settings.
2222
// Each setting is assigned a unique slot (up to MaxSettings).

0 commit comments

Comments
 (0)