Skip to content

Commit

Permalink
allow compaction config slots to drop to 0 (apache#15877)
Browse files Browse the repository at this point in the history
  • Loading branch information
vogievetsky authored Feb 15, 2024
1 parent 495e66f commit 66f54f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ const COMPACTION_DYNAMIC_CONFIG_FIELDS: Field<CompactionDynamicConfig>[] = [
type: 'number',
defaultValue: DEFAULT_MAX,
info: <>The maximum number of task slots for compaction tasks</>,
min: 1,
min: 0,
},
];

Expand Down

0 comments on commit 66f54f2

Please sign in to comment.