mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-04-05 20:52:50 +08:00
ack interval 128
This commit is contained in:
parent
2492a45499
commit
984b6c54cf
1
.gitignore
vendored
1
.gitignore
vendored
@ -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
|
||||||
|
@ -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…
Reference in New Issue
Block a user