THREAD_COUNT = 1; // 적절한 스레드 수 설정
This commit is contained in:
parent
2ce837aa62
commit
1fbab54408
@ -66,7 +66,7 @@ public class AddrServiceImpl extends EgovAbstractServiceImpl implements AddrSer
|
||||
// private static final int MAX_ADDR_CNT = 500000;
|
||||
//임시 500만개
|
||||
private static final int MAX_ADDR_CNT = 5000000;
|
||||
private static final int THREAD_COUNT = 4; // 적절한 스레드 수 설정
|
||||
private static final int THREAD_COUNT = 1; // 적절한 스레드 수 설정
|
||||
|
||||
|
||||
public List<AddrVO> selectAddrList(AddrVO addrVO) throws Exception {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user