Skip to content

Commit

Permalink
fix: change artemis port
Browse files Browse the repository at this point in the history
should fix live lock error on Windows
  • Loading branch information
gotson committed Jan 13, 2022
1 parent c643d55 commit 4fb7dc7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions komga/src/main/resources/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ spring:
async:
request-timeout: 1h
artemis:
broker-url: tcp://localhost:18515
embedded:
persistent: true
data-directory: \${komga.config-dir}/artemis
Expand Down

0 comments on commit 4fb7dc7

Please sign in to comment.