Skip to content

Commit

Permalink
changed nrOfDOmains to max requests per domain as default #387
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Mar 8, 2014
1 parent 7884ae7 commit 228538e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/sitespeed.io-sites
Expand Up @@ -159,7 +159,7 @@ fi
if [ "$SITES_COLUMNS" == "" ]
then
# Default colums
SITES_COLUMNS="median-ruleScore,median-criticalPathScore,median-requests,median-imageWeightPerPage,median-pageWeight,median-requestsWithoutExpires,median-assetsCacheTime,median-domainsPerPage"
SITES_COLUMNS="median-ruleScore,median-criticalPathScore,median-requests,median-imageWeightPerPage,median-pageWeight,median-requestsWithoutExpires,median-assetsCacheTime,median-maxRequestsPerDomainPerPage"
if [ "$BROWSERS" != "" ]
then
SITES_COLUMNS="$SITES_COLUMNS",median-serverResponseTime
Expand Down

0 comments on commit 228538e

Please sign in to comment.