File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
comixed-app/src/main/resources Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,12 @@ spring.datasource.url=jdbc:h2:file:~/.comixed/comixed
2828spring.datasource.username =sa
2929spring.datasource.password =
3030
31+ # Batch processing
32+ # Set this value to the number of parallel batch processes desired:
33+ # n - allow up to n threads
34+ # -1 - unlimited threads allowed (default)
35+ comixed.batch.thread-pool-size =3
36+
3137# Logging
3238logging.file.name =${user.home}/.comixed/comixed.log
3339logging.level.root =OFF
Original file line number Diff line number Diff line change @@ -47,7 +47,6 @@ spring.batch.jdbc.initialize-schema=always
4747spring.batch.job.enabled =true
4848spring.batch.job.name =processUnhashedComicsJob
4949spring.batch.jdbc.isolation-level-for-create =repeatable_read
50- comixed.batch.thread-pool-size =-1
5150comixed.batch.page-reader.chunk-size =1
5251comixed.batch.add-image-cache-entries.chunk-size =1
5352comixed.batch.metadata-process.chunk-size =1
You can’t perform that action at this time.
0 commit comments