Skip to content

Commit 50a646f

Browse files
committed
increase timeout for persistent actors
1 parent f6e3152 commit 50a646f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

persistence-model/src/main/resources/application-dev.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,6 @@ akka {
8383

8484
hmda {
8585
actor-lookup-timeout = 5
86-
persistent-actor-timeout = 60
86+
persistent-actor-timeout = 3600
8787
isDemo = true
8888
}

persistence-model/src/main/resources/application.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ cassandra-query-journal {
9898

9999
hmda {
100100
actor-lookup-timeout = 5
101-
persistent-actor-timeout = 60
101+
persistent-actor-timeout = 3600
102102
isDemo = true
103103
isDemo = ${?HMDA_IS_DEMO}
104104
}

0 commit comments

Comments
 (0)