ack interval 128

This commit is contained in:
chrislu 2023-09-06 23:15:29 -07:00
parent 2492a45499
commit 984b6c54cf
2 changed files with 2 additions and 0 deletions

1
.gitignore vendored
View file

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

View file

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