Skip to content

Commit

Permalink
increase indexer client connection idle-timeout to avoid encountering…
Browse files Browse the repository at this point in the history
… connection reset error for downloading large region files
  • Loading branch information
t83714 committed Aug 30, 2024
1 parent 2101f9f commit f053cfc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions magda-indexer/src/main/resources/application.conf
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ akka {
idle-timeout = 120s
}

client {
# User might increase this setting when encounter connection reset error for downloading large region files
idle-timeout = 180s
}

}
}
Expand Down

0 comments on commit f053cfc

Please sign in to comment.