--- src/main/java/itn/let/mjo/addr/service/impl/AddrServiceImpl.java
+++ src/main/java/itn/let/mjo/addr/service/impl/AddrServiceImpl.java
... | ... | @@ -62,7 +62,7 @@ |
| 62 | 62 |
private static final String PHONE_REGEX = "^(01[016789]-?\\d{3,4}-?\\d{4})$";
|
| 63 | 63 |
private static final Pattern PHONE_PATTERN = Pattern.compile(PHONE_REGEX); |
| 64 | 64 |
private static final Charset EUC_KR = Charset.forName("EUC-KR");
|
| 65 |
- private static final int BATCH_SIZE = 60000; |
|
| 65 |
+ private static final int BATCH_SIZE = 10000; |
|
| 66 | 66 |
// private static final int MAX_ADDR_CNT = 500000; |
| 67 | 67 |
//임시 500만개 |
| 68 | 68 |
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?