diff pkg/config/config.go @ 3582:317d176ef38c

GM import: Try three times when timeouts happen on SOAP service. Increase SOAP timeout to 3 minutes.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 03 Jun 2019 18:24:35 +0200
parents 9128fdeba3bc
children 209b10f7bb2c
line wrap: on
line diff
--- a/pkg/config/config.go	Mon Jun 03 18:07:57 2019 +0200
+++ b/pkg/config/config.go	Mon Jun 03 18:24:35 2019 +0200
@@ -282,7 +282,7 @@
 
 	str("published-config", "", "path to a config file served to client.")
 
-	d("soap-timeout", time.Minute, "Timeout till a SOAP request is canceled.")
+	d("soap-timeout", 3*time.Minute, "Timeout till a SOAP request is canceled.")
 }
 
 var (