THREAD_COUNT = 1; // 적절한 스레드 수 설정

This commit is contained in:
hylee 2024-07-29 18:02:48 +09:00
parent 2ce837aa62
commit 1fbab54408

View File

@ -66,7 +66,7 @@ public class AddrServiceImpl extends EgovAbstractServiceImpl implements AddrSer
// 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;
private static final int THREAD_COUNT = 4; // 적절한 스레드 설정 private static final int THREAD_COUNT = 1; // 적절한 스레드 설정
public List<AddrVO> selectAddrList(AddrVO addrVO) throws Exception { public List<AddrVO> selectAddrList(AddrVO addrVO) throws Exception {