Fix appUpdateInterval not being used
This commit is contained in:
parent
e9a61bac3e
commit
f0749f3926
1 changed files with 1 additions and 1 deletions
|
@ -143,7 +143,7 @@ public class ManagerInitThread extends Thread {
|
|||
|
||||
if ( appUpdateInterval > 0 ) {
|
||||
// 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 ) );
|
||||
needAppUpdate = true;
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue