mirror of https://github.com/apache/cloudstack.git
Fix DirectDownload certificate check initial delay (#257)
Co-authored-by: Marcus Sorensen <mls@apple.com>
This commit is contained in:
parent
cd0f917266
commit
3520e4d4d3
|
|
@ -742,7 +742,7 @@ public class DirectDownloadManagerImpl extends ManagerBase implements DirectDown
|
|||
executorService.scheduleWithFixedDelay(
|
||||
new DirectDownloadCertificateUploadBackgroundTask(this, hostDao, dataCenterDao,
|
||||
directDownloadCertificateDao, directDownloadCertificateHostMapDao),
|
||||
60L, DirectDownloadCertificateUploadInterval.value(), TimeUnit.HOURS);
|
||||
1L, DirectDownloadCertificateUploadInterval.value(), TimeUnit.HOURS);
|
||||
}
|
||||
return true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue