You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by ne...@apache.org on 2017/05/03 21:10:03 UTC

[1/2] incubator-trafficcontrol git commit: increase ORT timeout to 30s

Repository: incubator-trafficcontrol
Updated Branches:
  refs/heads/master e2274a0c1 -> ae81f838e


increase ORT timeout to 30s


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/7b504f54
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/7b504f54
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/7b504f54

Branch: refs/heads/master
Commit: 7b504f54f5f66b7fa9f67fc1b694c8514d257030
Parents: e2274a0
Author: Derek Gelinas <de...@cable.comcast.com>
Authored: Wed May 3 17:06:14 2017 -0400
Committer: David Neuman <da...@gmail.com>
Committed: Wed May 3 15:09:43 2017 -0600

----------------------------------------------------------------------
 traffic_ops/bin/traffic_ops_ort.pl | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/blob/7b504f54/traffic_ops/bin/traffic_ops_ort.pl
----------------------------------------------------------------------
diff --git a/traffic_ops/bin/traffic_ops_ort.pl b/traffic_ops/bin/traffic_ops_ort.pl
index b9aa71b..014a0b6 100755
--- a/traffic_ops/bin/traffic_ops_ort.pl
+++ b/traffic_ops/bin/traffic_ops_ort.pl
@@ -2893,7 +2893,7 @@ sub setup_lwp {
 	my $browser = LWP::UserAgent->new( keep_alive => 100, ssl_opts => { verify_hostname => 0, SSL_verify_mode => 0x00 } );
 
 	my $lwp_cc = $browser->conn_cache(LWP::ConnCache->new());
-	$browser->timeout(15);
+	$browser->timeout(30);
 
 	return $browser;
 }


[2/2] incubator-trafficcontrol git commit: This closes #543

Posted by ne...@apache.org.
This closes #543


Project: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/commit/ae81f838
Tree: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/tree/ae81f838
Diff: http://git-wip-us.apache.org/repos/asf/incubator-trafficcontrol/diff/ae81f838

Branch: refs/heads/master
Commit: ae81f838e1c3ec0fb01faafd87fc67c41d67e414
Parents: 7b504f5
Author: David Neuman <da...@gmail.com>
Authored: Wed May 3 15:09:53 2017 -0600
Committer: David Neuman <da...@gmail.com>
Committed: Wed May 3 15:09:53 2017 -0600

----------------------------------------------------------------------

----------------------------------------------------------------------