Skip to content

Commit 9b27f6a

Browse files
authored
Change the Profile value (#670)
1 parent e237ead commit 9b27f6a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

war/src/main/java/io/jenkins/pluginhealth/scoring/schedule/DefaultProbeEngineScheduler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
import org.springframework.stereotype.Component;
3535

3636
@Component
37-
@Profile("default")
37+
@Profile("production")
3838
public class DefaultProbeEngineScheduler {
3939
private final ProbeEngine probeEngine;
4040
private final ScoringEngine scoringEngine;

war/src/main/java/io/jenkins/pluginhealth/scoring/schedule/DefaultUpdateCenterScheduler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
import org.springframework.stereotype.Component;
3838

3939
@Component
40-
@Profile("default")
40+
@Profile("production")
4141
public class DefaultUpdateCenterScheduler {
4242
private static final Logger LOGGER = LoggerFactory.getLogger(DefaultUpdateCenterScheduler.class);
4343
private final UpdateCenterService updateCenterService;

0 commit comments

Comments
 (0)