Skip to content

Commit

Permalink
Fix ci error in #3847 (#3850)
Browse files Browse the repository at this point in the history
  • Loading branch information
co63oc authored Sep 14, 2024
1 parent 7eb02d6 commit 197c0d1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ public SchedulerxWorker schedulerxWorker() {
schedulerxWorker.setAkkaRemotingAutoRecover(properties.isAkkaRemotingAutoRecover());
schedulerxWorker.setEnableHeartbeatLog(properties.isEnableHeartbeatLog());
schedulerxWorker.setMapMasterStatusCheckInterval(properties.getMapMasterStatusCheckInterval());
schedulerxWorker.setEnableSecondDelayCycleIntervalMs(properties.isEnableSecondDealyCycleIntervalMs());
schedulerxWorker.setEnableSecondDelayCycleIntervalMs(properties.isEnableSecondDelayCycleIntervalMs());
schedulerxWorker.setEnableMapMasterFailover(properties.isEnableMapMasterFailover());
schedulerxWorker.setEnableSecondDelayStandaloneDispatch(properties.isEnableSecondDelayStandaloneDispatch());
schedulerxWorker.setPageSize(properties.getPageSize());
Expand Down

0 comments on commit 197c0d1

Please sign in to comment.