feat(동기화현황): 동기화 현황 메뉴 추가 및 배치 Reader 리팩토링 (#1) #5
1
.gitignore
vendored
1
.gitignore
vendored
@ -71,3 +71,4 @@ application-local.yml
|
|||||||
frontend/node/
|
frontend/node/
|
||||||
frontend/node_modules/
|
frontend/node_modules/
|
||||||
src/main/resources/static/
|
src/main/resources/static/
|
||||||
|
logs/
|
||||||
|
|||||||
@ -103,6 +103,8 @@ logging:
|
|||||||
# Custom Application Properties
|
# Custom Application Properties
|
||||||
app:
|
app:
|
||||||
batch:
|
batch:
|
||||||
|
chunk-size: 10000
|
||||||
|
sub-chunk-size: 5000 # Writer Sub-Chunk 분할 크기
|
||||||
api:
|
api:
|
||||||
url: https://api.example.com/data
|
url: https://api.example.com/data
|
||||||
timeout: 30000
|
timeout: 30000
|
||||||
|
|||||||
불러오는 중...
Reference in New Issue
Block a user