forked from I2P_Developers/i2p.i2p
change what we call imminent so we dont display ms
This commit is contained in:
@ -59,7 +59,7 @@ public class ConfigRestartBean {
|
||||
boolean restarting = isRestarting(ctx);
|
||||
long timeRemaining = ctx.router().getShutdownTimeRemaining();
|
||||
StringBuilder buf = new StringBuilder(128);
|
||||
if ((shuttingDown || restarting) && timeRemaining <= 0) {
|
||||
if ((shuttingDown || restarting) && timeRemaining <= 5*1000) {
|
||||
buf.append("<h4>");
|
||||
if (restarting)
|
||||
buf.append(_("Restart imminent", ctx));
|
||||
|
Reference in New Issue
Block a user