feat(동기화현황): 동기화 현황 메뉴 추가 및 배치 Reader 리팩토링 (#1) #5
1
.gitignore
vendored
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
|
||||
|
||||
불러오는 중...
Reference in New Issue
Block a user