Skip to content

Commit

Permalink
feat: remove removed flag in vttablet (#281)
Browse files Browse the repository at this point in the history
Signed-off-by: Manan Gupta <[email protected]>
  • Loading branch information
GuptaManan100 committed Jul 8, 2022
1 parent feb2c04 commit 5574d45
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pkg/operator/vttablet/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ func init() {
"init_shard": spec.KeyRange.String(),
"init_tablet_type": spec.Type.InitTabletType(),

"health_check_interval": healthCheckInterval,
"binlog_use_v3_resharding_mode": true,
"health_check_interval": healthCheckInterval,

"queryserver-config-max-result-size": queryserverConfigMaxResultSize,
"queryserver-config-query-timeout": queryserverConfigQueryTimeout,
Expand Down

0 comments on commit 5574d45

Please sign in to comment.