445258 - STOP.WAIT is not really respected
Fixing stupid typo / copy / paste bug
This commit is contained in:
parent
eee2ab0f10
commit
2f696e87bd
|
@ -797,7 +797,7 @@ public class Main
|
||||||
|
|
||||||
if (args.getProperties().getString("STOP.WAIT") != null)
|
if (args.getProperties().getString("STOP.WAIT") != null)
|
||||||
{
|
{
|
||||||
int stopWait = Integer.parseInt(args.getProperties().getString("STOP.PORT"));
|
int stopWait = Integer.parseInt(args.getProperties().getString("STOP.WAIT"));
|
||||||
|
|
||||||
stop(stopPort,stopKey,stopWait);
|
stop(stopPort,stopKey,stopWait);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue