diff --git a/magda-indexer/src/main/resources/application.conf b/magda-indexer/src/main/resources/application.conf index e727e32b15..5fa5d63130 100755 --- a/magda-indexer/src/main/resources/application.conf +++ b/magda-indexer/src/main/resources/application.conf @@ -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 + } } }