주소록 BATCH_SIZE = 100000; 으로 수정
BATCH_SIZE = 100000; 으로 수정
@8b3bd9b951423de31077ffa385bac3e4f0394bf8
--- src/main/java/itn/let/mjo/addr/service/impl/AddrServiceImpl.java
+++ src/main/java/itn/let/mjo/addr/service/impl/AddrServiceImpl.java
... | ... | @@ -59,7 +59,7 @@ |
| 59 | 59 |
private static final String PHONE_REGEX = "^(01[016789]-?\\d{3,4}-?\\d{4})$";
|
| 60 | 60 |
private static final Pattern PHONE_PATTERN = Pattern.compile(PHONE_REGEX); |
| 61 | 61 |
private static final Charset EUC_KR = Charset.forName("EUC-KR");
|
| 62 |
- private static final int BATCH_SIZE = 10000; |
|
| 62 |
+ private static final int BATCH_SIZE = 100000; |
|
| 63 | 63 |
// private static final int MAX_ADDR_CNT = 500000; |
| 64 | 64 |
//임시 500만개 |
| 65 | 65 |
private static final int MAX_ADDR_CNT = 5000000; |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?