mirror of
https://github.com/apache/rocketmq.git
synced 2026-08-30 18:10:44 +08:00
This commit is contained in:
@@ -90,6 +90,7 @@ public class VerifyUtils {
|
||||
if (time < delayTimeMills || time > nextLevelDelayTimeMills) {
|
||||
delay = false;
|
||||
logger.info(String.format("delay error:%s", Math.abs(time - delayTimeMills)));
|
||||
break;
|
||||
}
|
||||
}
|
||||
return delay;
|
||||
|
||||
Reference in New Issue
Block a user