Browse Source

ack interval 128

pull/4855/head
chrislu 1 year ago
parent
commit
984b6c54cf
  1. 1
      .gitignore
  2. 1
      weed/mq/client/pub_client/lookup.go

1
.gitignore

@ -87,3 +87,4 @@ other/java/hdfs/dependency-reduced-pom.xml
# binary file # binary file
weed/weed weed/weed
weed/mq/client/cmd/weed_pub/weed_pub

1
weed/mq/client/pub_client/lookup.go

@ -78,6 +78,7 @@ func (p *TopicPublisher) doConnect(partition *mq_pb.Partition, brokerAddress str
RangeStart: partition.RangeStart, RangeStart: partition.RangeStart,
RangeStop: partition.RangeStop, RangeStop: partition.RangeStop,
}, },
AckInterval: 128,
}, },
}, },
}); err != nil { }); err != nil {

Loading…
Cancel
Save