refactor(core): Move instanceRole to InstanceSettings (no-changelog) (#10242)
This commit is contained in:
committed by
GitHub
parent
7056e50b00
commit
0faf46f4f8
@@ -759,12 +759,6 @@ export const schema = {
|
||||
},
|
||||
},
|
||||
|
||||
instanceRole: {
|
||||
doc: 'Always `leader` in single-main setup. `leader` or `follower` in multi-main setup.',
|
||||
format: ['unset', 'leader', 'follower'] as const,
|
||||
default: 'unset', // only until Start.initOrchestration
|
||||
},
|
||||
|
||||
multiMainSetup: {
|
||||
enabled: {
|
||||
doc: 'Whether to enable multi-main setup for queue mode (license required)',
|
||||
|
||||
Reference in New Issue
Block a user