set updateOnly by default
This commit is contained in:
@@ -55,7 +55,7 @@ public class Settings {
|
||||
}
|
||||
|
||||
public boolean getEMDNUpdateOnly(){
|
||||
return !"0".equals(values.getProperty("emdn.updateOnly","0"));
|
||||
return !"0".equals(values.getProperty("emdn.updateOnly","1"));
|
||||
}
|
||||
|
||||
public void setEMDNAutoUpdate(long autoUpdate){
|
||||
|
||||
Reference in New Issue
Block a user