Skip to content

Commit

Permalink
TEST ONLY -- Enable replication stream -- TEST ONLY
Browse files Browse the repository at this point in the history
  • Loading branch information
wxing1292 committed Mar 31, 2023
1 parent 78041a9 commit ac51ec2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/history/configs/config.go
Expand Up @@ -311,7 +311,7 @@ func NewConfig(dc *dynamicconfig.Collection, numberOfShards int32, isAdvancedVis
NumberOfShards: numberOfShards,
DefaultVisibilityIndexName: defaultVisibilityIndex,

EnableReplicationStream: dc.GetBoolProperty(dynamicconfig.EnableReplicationStream, false),
EnableReplicationStream: dc.GetBoolProperty(dynamicconfig.EnableReplicationStream, true),

RPS: dc.GetIntProperty(dynamicconfig.HistoryRPS, 3000),
MaxIDLengthLimit: dc.GetIntProperty(dynamicconfig.MaxIDLengthLimit, 1000),
Expand Down

0 comments on commit ac51ec2

Please sign in to comment.