문자발송 batch 테스트
This commit is contained in:
parent
c11a4e9561
commit
c972448ba6
@ -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 = 16667; // Batch 크기 설정 (고정값)
|
||||
|
||||
System.out.println("총 데이터 개수 :: " + totalSize);
|
||||
System.out.println("설정된 Batch 크기 :: " + batchSize);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user