feat(동기화현황): 동기화 현황 메뉴 추가 및 배치 Reader 리팩토링 (#1) #5

병합
HYOJIN feature/ISSUE-1-sync-status-menu 에서 develop 로 5 commits 를 머지했습니다 2026-03-24 17:29:07 +09:00
2개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
Showing only changes of commit c044ddad6a - Show all commits

1
.gitignore vendored
파일 보기

@ -71,3 +71,4 @@ application-local.yml
frontend/node/
frontend/node_modules/
src/main/resources/static/
logs/

파일 보기

@ -103,6 +103,8 @@ logging:
# Custom Application Properties
app:
batch:
chunk-size: 10000
sub-chunk-size: 5000 # Writer Sub-Chunk 분할 크기
api:
url: https://api.example.com/data
timeout: 30000