Repository: trafficserver Updated Branches: refs/heads/master 7b8bb3306 -> b3009146b
TS-2274 Set the default SPDY max streams to 100 Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/1a341821 Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/1a341821 Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/1a341821 Branch: refs/heads/master Commit: 1a3418210b64a15ecb870ba5375571f8da784ee8 Parents: c166b27 Author: Leif Hedstrom <[email protected]> Authored: Wed May 21 15:39:39 2014 -0600 Committer: Leif Hedstrom <[email protected]> Committed: Wed May 21 16:10:48 2014 -0600 ---------------------------------------------------------------------- mgmt/RecordsConfig.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/trafficserver/blob/1a341821/mgmt/RecordsConfig.cc ---------------------------------------------------------------------- diff --git a/mgmt/RecordsConfig.cc b/mgmt/RecordsConfig.cc index 98614c5..bac3f93 100644 --- a/mgmt/RecordsConfig.cc +++ b/mgmt/RecordsConfig.cc @@ -1938,7 +1938,7 @@ RecordElement RecordsConfig[] = { //# SPDY global configuration. //# //############ - {RECT_CONFIG, "proxy.config.spdy.client.max_concurrent_streams", RECD_INT, "1000", RECU_DYNAMIC, RR_NULL, RECC_INT, NULL, RECA_NULL}, + {RECT_CONFIG, "proxy.config.spdy.client.max_concurrent_streams", RECD_INT, "100", RECU_DYNAMIC, RR_NULL, RECC_INT, NULL, RECA_NULL}, //# Add LOCAL Records Here {RECT_LOCAL, "proxy.local.incoming_ip_to_bind", RECD_STRING, NULL, RECU_NULL, RR_NULL, RECC_NULL, NULL, RECA_NULL}
