Skip to content

Commit

Permalink
add switch for streaming svc
Browse files Browse the repository at this point in the history
  • Loading branch information
crystal-xu committed May 29, 2024
1 parent dca8703 commit fd34e0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/infra/raft/v2/RaftCore.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ void RaftCore::initConfigurableVars(const INIReader &iniReader) {
"max.decr.step={}, "
"max.tailed.entry.num={}, "
"enable.provote={}, "
"enable.streaming={}, "
"streaming.enable={}, "
"heartbeat.interval.millis={}, "
"min.election.timeout.millis={}, "
"max.election.timeout.millis={}, "
Expand Down

0 comments on commit fd34e0c

Please sign in to comment.