Skip to content

Commit 3ae3c97

Browse files
author
Nick Grippin
authored
Merge pull request cfpb#1030 from jmarin/larger-files
increase timeout for persistent actors
2 parents 377732f + 50a646f commit 3ae3c97

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
@@ -100,7 +100,7 @@ cassandra-query-journal {
100100

101101
hmda {
102102
actor-lookup-timeout = 5
103-
persistent-actor-timeout = 60
103+
persistent-actor-timeout = 3600
104104
isDemo = true
105105
isDemo = ${?HMDA_IS_DEMO}
106106
}

0 commit comments

Comments
 (0)