mirror of
https://github.com/XTXMarkets/ternfs.git
synced 2026-05-08 05:12:56 -05:00
logsdb: enable partial leader election
This commit is contained in:
committed by
GitHub Enterprise
parent
8372115b49
commit
48c3aa7d4a
+2
-3
@@ -28,9 +28,8 @@ struct CDCOptions {
|
||||
|
||||
|
||||
// LogsDB settings
|
||||
bool dontDoReplication = false;
|
||||
bool forceLeader = false;
|
||||
LogIdx forcedLastReleased = 0;
|
||||
bool avoidBeingLeader = true;
|
||||
bool noReplication = false;
|
||||
};
|
||||
|
||||
void runCDC(CDCOptions& options);
|
||||
|
||||
Reference in New Issue
Block a user