주소록
BATCH_SIZE = 100000; 으로 수정
This commit is contained in:
parent
b5b048e55c
commit
8b3bd9b951
@ -59,7 +59,7 @@ public class AddrServiceImpl extends EgovAbstractServiceImpl implements AddrSer
|
|||||||
private static final String PHONE_REGEX = "^(01[016789]-?\\d{3,4}-?\\d{4})$";
|
private static final String PHONE_REGEX = "^(01[016789]-?\\d{3,4}-?\\d{4})$";
|
||||||
private static final Pattern PHONE_PATTERN = Pattern.compile(PHONE_REGEX);
|
private static final Pattern PHONE_PATTERN = Pattern.compile(PHONE_REGEX);
|
||||||
private static final Charset EUC_KR = Charset.forName("EUC-KR");
|
private static final Charset EUC_KR = Charset.forName("EUC-KR");
|
||||||
private static final int BATCH_SIZE = 10000;
|
private static final int BATCH_SIZE = 100000;
|
||||||
// private static final int MAX_ADDR_CNT = 500000;
|
// private static final int MAX_ADDR_CNT = 500000;
|
||||||
//임시 500만개
|
//임시 500만개
|
||||||
private static final int MAX_ADDR_CNT = 5000000;
|
private static final int MAX_ADDR_CNT = 5000000;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user