mirror of
https://github.com/gotson/komga.git
synced 2026-05-08 12:35:30 +02:00
refactor: replace artemis deprecated usage
This commit is contained in:
parent
b88b4c452f
commit
50524b9e5d
1 changed files with 1 additions and 1 deletions
|
|
@ -31,7 +31,7 @@ class ArtemisConfig : ArtemisConfigurationCustomizer {
|
|||
// default is 90, meaning the queue would block if disk is 90% full. Set it to 100 to avoid blocking.
|
||||
it.maxDiskUsage = 100
|
||||
// disable prefetch, ensures messages stay in the queue and last value can have desired effect
|
||||
it.addAddressesSetting(
|
||||
it.addAddressSetting(
|
||||
QUEUE_TASKS,
|
||||
AddressSettings().apply {
|
||||
defaultConsumerWindowSize = 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue