문자발송 batch 테스트

This commit is contained in:
hehihoho3@gmail.com 2024-11-28 12:46:54 +09:00
parent c11a4e9561
commit fb7ec512ce

View File

@ -4180,7 +4180,7 @@ public class MjonMsgDataServiceImpl extends EgovAbstractServiceImpl implements M
long totalStartTime = System.currentTimeMillis();
int totalSize = mjonMsgSendVOList.size(); // 데이터 개수
int batchSize = 30000; // Batch 크기 설정 (고정값)
int batchSize = 50000; // Batch 크기 설정 (고정값)
System.out.println("총 데이터 개수 :: " + totalSize);
System.out.println("설정된 Batch 크기 :: " + batchSize);