Skip to content

Commit

Permalink
Fixed more stupid conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
lonelycode committed Apr 30, 2017
1 parent c5cbae0 commit b2c31c0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
5 changes: 1 addition & 4 deletions dq.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,8 @@ func getDQTopic() string {
if config.DBAppConfOptions.NodeIsSegmented {
if len(config.DBAppConfOptions.Tags) > 0 {
tags := strings.Join(config.DBAppConfOptions.Tags, ".")
<<<<<<< HEAD
topic += "." + tags
=======
topic = topic + "." + tags
>>>>>>> 0aa83273284dc7754eb1e00913df4b54c2a17439

}
}

Expand Down
1 change: 0 additions & 1 deletion gateway_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -768,7 +768,6 @@ func TestDistributedQuotaSingleNode(t *testing.T) {
config.DQSetMaster = true
config.UseDistributedQuotaCounter = true
config.DistributedQuotaFlushIntervalInMS = 100

defer func(){
config.DQSetMaster = false
config.UseDistributedQuotaCounter = false
Expand Down

0 comments on commit b2c31c0

Please sign in to comment.