mirror of https://github.com/apache/druid.git
allow compaction config slots to drop to 0 (#15877)
This commit is contained in:
parent
495e66f2e7
commit
66f54f2066
|
@ -46,7 +46,7 @@ const COMPACTION_DYNAMIC_CONFIG_FIELDS: Field<CompactionDynamicConfig>[] = [
|
||||||
type: 'number',
|
type: 'number',
|
||||||
defaultValue: DEFAULT_MAX,
|
defaultValue: DEFAULT_MAX,
|
||||||
info: <>The maximum number of task slots for compaction tasks</>,
|
info: <>The maximum number of task slots for compaction tasks</>,
|
||||||
min: 1,
|
min: 0,
|
||||||
},
|
},
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue