추론선택가능연도 조건 수정
This commit is contained in:
@@ -18,7 +18,7 @@ public class MapSheetMngFileJobController {
|
||||
@Getter private int mngSyncPageSize = 20;
|
||||
|
||||
// 파일싱크 진행여부 확인하기
|
||||
@Scheduled(fixedDelay = 1000 * 10)
|
||||
@Scheduled(fixedDelay = 1000 * 30)
|
||||
public void checkMngFileSync() {
|
||||
if (!isSchedulerEnabled) return;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user