Skip to content

Commit

Permalink
add remote.poll.frequence property to the common properties
Browse files Browse the repository at this point in the history
  • Loading branch information
mozzy11 committed Sep 10, 2024
1 parent af5521a commit 0974a02
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,6 @@ public class FhirApiWorkFlowServiceImpl implements FhirApiWorkflowService {
@Value("${org.openelisglobal.remote.source.updateStatus}")
private Optional<Boolean> remoteStoreUpdateStatus;

@Value("${org.openelisglobal.remote.source.identifier:}#{T(java.util.Collections).emptyList()}")
private List<String> remoteStoreIdentifier;

@Override
@Scheduled(initialDelay = 10 * 1000, fixedRateString = "${org.openelisglobal.remote.poll.frequency:120000}")
public void pollForRemoteTasks() {
Expand Down
1 change: 1 addition & 0 deletions volume/properties/common.properties
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ org.openelisglobal.crserver.password=
org.openelisglobal.remote.source.uri=
org.openelisglobal.remote.source.updateStatus=false
org.openelisglobal.remote.source.identifier=
org.openelisglobal.remote.poll.frequency=120000
org.openelisglobal.task.useBasedOn=true

org.openelisglobal.fhir.subscriber=
Expand Down

0 comments on commit 0974a02

Please sign in to comment.