Skip to content

Commit

Permalink
change akka persistence jdbc timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
beetlecrunch committed Feb 6, 2024
1 parent 3c856bd commit 5a69957
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/main/resources/persistence-jdbc.conf
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ akka {
}

akka-persistence-jdbc {
journal-sequence-retrieval {
ask-timeout = 240 second
}

shared-databases {
slick {
profile = "slick.jdbc.PostgresProfile$"
Expand Down

0 comments on commit 5a69957

Please sign in to comment.