Skip to content

Commit 262d906

Browse files
committed
Changed the default load comic batch size to 1 [#2429]
1 parent 53b6ad9 commit 262d906

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

comixed-app/src/main/resources/comixed-core.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ comixed.batch.update-comic-metadata.chunk-size=1
5858
comixed.batch.add-cover-to-image-cache.schedule=0 0 * * * *
5959
comixed.batch.add-cover-to-image-cache.chunk-size=1
6060
comixed.batch.load-comic-books.period=60000
61-
comixed.batch.load-comic-books.chunk-size=10
61+
comixed.batch.load-comic-books.chunk-size=1
6262
comixed.batch.load-page-hashes.period=60000
6363
comixed.batch.load-page-hashes.chunk-size=1
6464
comixed.batch.mark-blocked-pages.period=60000

0 commit comments

Comments
 (0)