Skip to content

Commit

Permalink
Merge pull request #123 from teamSynapse6/develop
Browse files Browse the repository at this point in the history
feat: 스케쥴링 시간 3시로 변경 (#122)
  • Loading branch information
sejineer authored Nov 19, 2024
2 parents f43428c + 247343f commit 42aee34
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,4 @@ public static class ServiceKey {
private String bizInfo;
}

@Bean
public Request.Options requestOptions() {
return new Request.Options(
5000, // 연결 타임아웃 (5초)
60000 // 읽기 타임아웃 (10초)
);
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ public interface BizInfoClient {
@GetMapping("/uss/rss/bizinfoApi.do")
BizInfoAnnouncementRes getAnnouncementList(
@RequestParam("crtfcKey") String crtfcKey,
@RequestParam("dataType") String dataType
@RequestParam("dataType") String dataType,
@RequestParam("searchCnt") int searchCnt
);

}

0 comments on commit 42aee34

Please sign in to comment.