Skip to content

Commit 3fc3231

Browse files
committed
Consolidate persistent actor timeout
1 parent e969526 commit 3fc3231

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validation/src/main/resources/application.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ hmda {
3838
actor {
3939
timeout = 5
4040
}
41-
persistent-actor-timeout = 60
41+
persistent-actor-timeout = 3600
4242
edits.demoMode = false
4343
edits.demoMode = ${?EDITS_DEMO_MODE}
4444
isClustered = true

0 commit comments

Comments
 (0)