提交 2a39a841 编写于 作者: J Josh Soref

If we are moments away from exiting the quiet period,

we might as well claim we are in it, because otherwise we just say ¯\_(ツ)_/¯ which is less
helpful.
上级 40b457b8
......@@ -2487,7 +2487,7 @@ public class Queue extends ResourceController implements Saveable {
public CauseOfBlockage getCauseOfBlockage() {
long diff = timestamp.getTimeInMillis() - System.currentTimeMillis();
if (diff > 0)
if (diff >= 0)
return CauseOfBlockage.fromMessage(Messages._Queue_InQuietPeriod(Util.getTimeSpanString(diff)));
else
return CauseOfBlockage.fromMessage(Messages._Queue_Unknown());
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册