diff options
| author | chrislu <chris.lu@gmail.com> | 2023-09-06 23:15:29 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2023-09-06 23:15:29 -0700 |
| commit | 984b6c54cf6b0defaa6e727ab5e36809411fe92c (patch) | |
| tree | 246a61754a3804f61f13c356825d6cee5f741860 /weed | |
| parent | 2492a454997a59ffe00405e365290addc460078a (diff) | |
| download | seaweedfs-984b6c54cf6b0defaa6e727ab5e36809411fe92c.tar.xz seaweedfs-984b6c54cf6b0defaa6e727ab5e36809411fe92c.zip | |
ack interval 128
Diffstat (limited to 'weed')
| -rw-r--r-- | weed/mq/client/pub_client/lookup.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/weed/mq/client/pub_client/lookup.go b/weed/mq/client/pub_client/lookup.go index 8e279fb0b..a0b4298d1 100644 --- a/weed/mq/client/pub_client/lookup.go +++ b/weed/mq/client/pub_client/lookup.go @@ -78,6 +78,7 @@ func (p *TopicPublisher) doConnect(partition *mq_pb.Partition, brokerAddress str RangeStart: partition.RangeStart, RangeStop: partition.RangeStop, }, + AckInterval: 128, }, }, }); err != nil { |
