You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@trafficcontrol.apache.org by GitBox <gi...@apache.org> on 2020/02/18 15:29:08 UTC

[GitHub] [trafficcontrol] mattjackson220 commented on a change in pull request #4142: Allow IPv6 Only Caches, including monitoring and routing

mattjackson220 commented on a change in pull request #4142: Allow IPv6 Only Caches, including monitoring and routing
URL: https://github.com/apache/trafficcontrol/pull/4142#discussion_r380745746
 
 

 ##########
 File path: traffic_monitor/manager/monitorconfig.go
 ##########
 @@ -146,11 +148,12 @@ func StartMonitorConfigManager(
 		staticAppData,
 		toSession,
 		toData,
+		url6Regex,
 	)
 	return monitorConfig
 }
 
-const DefaultHealthConnectionTimeout = time.Second * 2
+const DefaultHealthConnectionTimeout = time.Second * 20
 
 Review comment:
   in testing it seemed necessary but must have been an environment issue because now 2 seems fine. reverted

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services