mirror of
https://github.com/apache/rocketmq.git
synced 2026-09-01 05:46:12 +08:00
This commit is contained in:
+1
@@ -710,6 +710,7 @@ public class TransactionalMessageServiceImpl implements TransactionalMessageServ
|
||||
// wait for the interval
|
||||
mqContext.getTotalSize().get() < maxSize &&
|
||||
startTime - mqContext.getLastWriteTimestamp() < interval) {
|
||||
firstTimestamp = Math.min(firstTimestamp, mqContext.getLastWriteTimestamp());
|
||||
continue;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user