Merge pull request #5 from kartoFlane/patch-1
Fix appUpdateInterval not being used
This commit is contained in:
commit
b01505358c
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ public class ManagerInitThread extends Thread {
|
||||||
|
|
||||||
if ( appUpdateInterval > 0 ) {
|
if ( appUpdateInterval > 0 ) {
|
||||||
// Check if the app update info is stale.
|
// Check if the app update info is stale.
|
||||||
if ( isFileStale( appUpdateFile, catalogUpdateInterval ) ) {
|
if ( isFileStale( appUpdateFile, appUpdateInterval ) ) {
|
||||||
log.debug( String.format( "App update info is older than %d days.", appUpdateInterval ) );
|
log.debug( String.format( "App update info is older than %d days.", appUpdateInterval ) );
|
||||||
needAppUpdate = true;
|
needAppUpdate = true;
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue