Reset pre-expansion schedule.

This commit is contained in:
Diederik Muylwyk 2019-08-30 19:36:34 -04:00
parent 548647defe
commit 16963881b0
1 changed files with 1 additions and 1 deletions

View File

@ -1826,7 +1826,7 @@ public abstract class BaseHapiTerminologySvcImpl implements IHapiTerminologySvc,
ourLog.info("Done storing TermConceptMap.");
}
@Scheduled(fixedDelay = 6000) // 10 minutes.
@Scheduled(fixedDelay = 600000) // 10 minutes.
@Override
public synchronized void preExpandDeferredValueSetsToTerminologyTables() {
if (isNotSafeToPreExpandValueSets()) {