Skip to content

Commit

Permalink
Merge branch 'jcoop-develop-patch-06686' into 'develop'
Browse files Browse the repository at this point in the history
EMC-47 - returned Fuseki server update schedule to daily

See merge request eip/catalogue!547
  • Loading branch information
joncooper65 committed Oct 19, 2023
2 parents 37ec395 + 5210e32 commit 714a7aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ public FusekiExportService(
this.catalogueTitle = defaultCatalogue.getTitle();
}

@Scheduled(initialDelay = TimeConstants.ONE_MINUTE, fixedDelay = (TimeConstants.ONE_MINUTE * 5))
@Scheduled(initialDelay = TimeConstants.ONE_MINUTE, fixedDelay = TimeConstants.ONE_DAY)
@SneakyThrows
public void runExport() {
post(getBigTtl());
Expand Down

0 comments on commit 714a7aa

Please sign in to comment.