Skip to content

Commit

Permalink
[feat] data 100개로 늘림
Browse files Browse the repository at this point in the history
  • Loading branch information
yunji118 committed Jan 12, 2024
1 parent e20ae09 commit 539deed
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public MessageResponse message(User user) throws IOException, ParseException {
urlBuilder.append("?serviceKey=" + secretKey);
urlBuilder.append("&returnType=json");
urlBuilder.append("&pageNum=1");
urlBuilder.append("&numRowsPerPage=20");
urlBuilder.append("&numRowsPerPage=100");

URL url = new URL(urlBuilder.toString());
HttpURLConnection conn = (HttpURLConnection) url.openConnection();
Expand Down

0 comments on commit 539deed

Please sign in to comment.