Skip to content

Commit

Permalink
refactor(ScheduleBatchRepository): 배치 사이즈를 500으로 조정
Browse files Browse the repository at this point in the history
  • Loading branch information
seokmyungham committed Aug 22, 2024
1 parent b76ae92 commit 32d53b6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
@RequiredArgsConstructor
public class ScheduleBatchRepository {

private static final int BATCH_SIZE = 1000;
private static final int BATCH_SIZE = 500;

private final JdbcTemplate jdbcTemplate;

Expand Down

0 comments on commit 32d53b6

Please sign in to comment.